pkgsrc/lang/scm/patches/patch-ah
2006-02-19 17:50:11 +00:00

14 lines
332 B
Text

$NetBSD: patch-ah,v 1.1 2006/02/19 17:50:11 joerg Exp $
--- ioext.c.orig 2006-02-19 17:41:00.000000000 +0000
+++ ioext.c
@@ -70,6 +70,9 @@ SCM stat2scm P((struct stat *stat_temp))
#ifdef __FreeBSD__
# include <unistd.h>
#endif
+#ifdef __DragonFly__
+# include <unistd.h>
+#endif
#ifdef __NetBSD__
# include <unistd.h>
#endif