openbsd-ports/lang/scm/patches/patch-scm_posix_c
2001-02-03 20:42:45 +00:00

15 lines
308 B
Plaintext

$OpenBSD: patch-scm_posix_c,v 1.2 2001/02/03 20:42:47 espie Exp $
--- posix.c.orig Thu Oct 14 05:46:15 1999
+++ posix.c Tue Jan 30 14:14:04 2001
@@ -60,6 +60,10 @@
# else
# ifdef linux
# include <unistd.h>
+# else
+# ifdef __OpenBSD__
+# include <unistd.h>
+# endif
# endif
# endif
#endif