aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2004-08-04 22:46:13 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2004-08-04 22:46:13 +0000
commite2f3a5977a43e18804798b30da3571f580b6f1da (patch)
tree245949af18f038b541a043dc8462eec1912cf1ac
parenta40b5be9b41ad5f67c8a52a8d9a0345cad846235 (diff)
Notes
-rw-r--r--lang/mit-scheme/files/patch-uxio.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/mit-scheme/files/patch-uxio.c b/lang/mit-scheme/files/patch-uxio.c
new file mode 100644
index 000000000000..fa8bb5a485bf
--- /dev/null
+++ b/lang/mit-scheme/files/patch-uxio.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- uxio.c.orig Tue Apr 3 19:51:52 2001
++++ uxio.c Thu Aug 5 00:40:16 2004
+@@ -236,7 +236,7 @@
+ return ((scr < 0) ? 0 : scr);
+ }
+
+-#ifdef _POSIX
++#ifdef __FreeBSD__
+ #include <string.h>
+ #else
+ extern int EXFUN (strlen, (CONST char *));