From 1114a754ed48485c756c10cf19694db0b43826e7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 22 Mar 2002 23:42:05 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .h's as consistent as possible. --- lib/libc/regex/cclass.h | 1 + lib/libc/regex/cname.h | 1 + lib/libc/regex/grot/limits.h | 1 + lib/libc/regex/grot/stdlib.h | 1 + lib/libc/regex/regex2.h | 1 - lib/libc/regex/utils.h | 1 + 6 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libc/regex') diff --git a/lib/libc/regex/cclass.h b/lib/libc/regex/cclass.h index 581909c869cdd..32a25fa360172 100644 --- a/lib/libc/regex/cclass.h +++ b/lib/libc/regex/cclass.h @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)cclass.h 8.3 (Berkeley) 3/20/94 + * $FreeBSD$ */ diff --git a/lib/libc/regex/cname.h b/lib/libc/regex/cname.h index 72bbe5ece1f0c..b03085e485cc5 100644 --- a/lib/libc/regex/cname.h +++ b/lib/libc/regex/cname.h @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)cname.h 8.3 (Berkeley) 3/20/94 + * $FreeBSD$ */ /* character-name table */ diff --git a/lib/libc/regex/grot/limits.h b/lib/libc/regex/grot/limits.h index 6049fdf2e1b6c..7f4988c687389 100644 --- a/lib/libc/regex/grot/limits.h +++ b/lib/libc/regex/grot/limits.h @@ -1,5 +1,6 @@ /* $FreeBSD$ */ + #define _POSIX2_RE_DUP_MAX 255 #define CHAR_MIN (-128) #define CHAR_MAX 127 diff --git a/lib/libc/regex/grot/stdlib.h b/lib/libc/regex/grot/stdlib.h index 7e58a45644232..ae859ac7fb231 100644 --- a/lib/libc/regex/grot/stdlib.h +++ b/lib/libc/regex/grot/stdlib.h @@ -1,4 +1,5 @@ /* $FreeBSD$ */ + extern char *malloc(); extern char *realloc(); diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index cd634db249b43..8c645ce4d8cd4 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -35,7 +35,6 @@ * SUCH DAMAGE. * * @(#)regex2.h 8.4 (Berkeley) 3/20/94 - * * $FreeBSD$ */ diff --git a/lib/libc/regex/utils.h b/lib/libc/regex/utils.h index d804d8db116f7..9d6eba3cf8cb9 100644 --- a/lib/libc/regex/utils.h +++ b/lib/libc/regex/utils.h @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)utils.h 8.3 (Berkeley) 3/20/94 + * $FreeBSD$ */ /* utility definitions */ -- cgit v1.2.3