diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:42:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:42:05 +0000 |
commit | 1114a754ed48485c756c10cf19694db0b43826e7 (patch) | |
tree | de272dce55622faa70bfeeee65b2d9aad8107172 /lib/libc/regex/grot | |
parent | d3d20c826754c093694818e42835c4ce4591a13e (diff) |
Notes
Diffstat (limited to 'lib/libc/regex/grot')
-rw-r--r-- | lib/libc/regex/grot/limits.h | 1 | ||||
-rw-r--r-- | lib/libc/regex/grot/stdlib.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/limits.h b/lib/libc/regex/grot/limits.h index 6049fdf2e1b6..7f4988c68738 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 7e58a4564423..ae859ac7fb23 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(); |