summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 22:49:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-21 22:49:10 +0000
commitc05ac53b8bbbbd998e18c6544011dd90f0f082da (patch)
tree8e16a65843d0b07cf60b7fb748e2ac4890d6f1fd /lib/libc/regex/grot
parent2a66bf165bb3801d2346830c387414f759ab9f52 (diff)
Notes
Diffstat (limited to 'lib/libc/regex/grot')
-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 1deba7983d5c..ffa852d998ed 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 __P((\2));'
+ "'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1(\2);'
shift
;;
-s) # compiler doesn't like `static foo();'