summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 19:45:43 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 19:45:43 +0000
commit4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a (patch)
tree25fdc0b6ddbf73b770c2b41446153147e4c95e7f /lib/libc/regex
parenta36618aaa6b23db1e9e6102931f235c5f273a75f (diff)
downloadFreeBSD-src-4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a.zip
FreeBSD-src-4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a.tar.gz
Back out last commit (rev 1.2). I thought I caught this file in time
when deP'ing. But I guess not.
Diffstat (limited to 'lib/libc/regex')
-rwxr-xr-xlib/libc/regex/grot/mkh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/mkh b/lib/libc/regex/grot/mkh
index ffa852d..1deba79 100755
--- a/lib/libc/regex/grot/mkh
+++ b/lib/libc/regex/grot/mkh
@@ -28,7 +28,7 @@ do
;;
-b) # funny Berkeley __P macro
peel="$peel
- "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1(\2);'
+ "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1 __P((\2));'
shift
;;
-s) # compiler doesn't like `static foo();'
OpenPOWER on IntegriCloud