openbsd-ports/lang/scm/patches/patch-scm_socket_c
espie baca2d66a2 Scheme port, loosely based on FreeBSD port.
Still needs some work (check that shared libraries work, add X11
support...)
2001-01-30 14:59:19 +00:00

14 lines
358 B
Plaintext

$OpenBSD: patch-scm_socket_c,v 1.1.1.1 2001/01/30 14:59:19 espie Exp $
--- scm/socket.c.orig Tue Jan 30 14:16:50 2001
+++ scm/socket.c Tue Jan 30 14:17:26 2001
@@ -69,6 +69,9 @@
# ifdef SVR4
# include <unistd.h>
# endif
+# ifdef __OpenBSD__
+# include <unistd.h>
+# endif
#endif /* STDC_HEADERS */
static char s_inetaddr[] = "inet:string->address";