summaryrefslogtreecommitdiff
path: root/net/lambdamoo/files/patch-configure
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-04-09 06:11:19 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-04-09 06:11:19 +0000
commitb889b7313b9c62f84b4e8f040c9db27bf1932c8f (patch)
treed31528d34b6dcfad67a31502685e474b96827b40 /net/lambdamoo/files/patch-configure
parentDon't redefine INT32_MAX (diff)
Allow close-paren in a prototype [specifically for ioctl in configure]
Diffstat (limited to 'net/lambdamoo/files/patch-configure')
-rw-r--r--net/lambdamoo/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/lambdamoo/files/patch-configure b/net/lambdamoo/files/patch-configure
new file mode 100644
index 000000000000..79fcec9f06c2
--- /dev/null
+++ b/net/lambdamoo/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Mon Apr 8 22:32:10 2002
++++ configure Mon Apr 8 22:51:13 2002
+@@ -1618,7 +1618,7 @@
+ do
+ echo "checking whether $func is declared in sys/ioctl.h"
+
+-pattern="[^_a-zA-Z0-9]$func *\("
++pattern="[^_a-zA-Z0-9]$func\)? *\("
+ cat > conftest.c <<EOF
+ #include "confdefs.h"
+