summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 23:42:05 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 23:42:05 +0000
commitb1189e893029fa8eae07107ca0873c65a9ea1fc7 (patch)
treede272dce55622faa70bfeeee65b2d9aad8107172 /lib/libc/regex
parent074d88cd27d461e344257df6b629e576b48285a6 (diff)
downloadFreeBSD-src-b1189e893029fa8eae07107ca0873c65a9ea1fc7.zip
FreeBSD-src-b1189e893029fa8eae07107ca0873c65a9ea1fc7.tar.gz
Fix the style of the SCM ID's.
I believe have made all of libc .h's as consistent as possible.
Diffstat (limited to 'lib/libc/regex')
-rw-r--r--lib/libc/regex/cclass.h1
-rw-r--r--lib/libc/regex/cname.h1
-rw-r--r--lib/libc/regex/grot/limits.h1
-rw-r--r--lib/libc/regex/grot/stdlib.h1
-rw-r--r--lib/libc/regex/regex2.h1
-rw-r--r--lib/libc/regex/utils.h1
6 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/regex/cclass.h b/lib/libc/regex/cclass.h
index 581909c..32a25fa 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 72bbe5e..b03085e 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 6049fdf..7f4988c 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 7e58a45..ae859ac 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 cd634db..8c645ce 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 d804d8d..9d6eba3 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 */
OpenPOWER on IntegriCloud