forked from Lainports/freebsd-ports
13 lines
269 B
Text
13 lines
269 B
Text
--- goodies.c~ Sat Jan 6 18:46:34 2001
|
|
+++ goodies.c Sun Jan 7 22:54:32 2001
|
|
@@ -38,6 +38,10 @@
|
|
# include <fcntl.h>
|
|
# include <unistd.h>
|
|
#endif
|
|
+#ifdef __FreeBSD__
|
|
+# include <fcntl.h>
|
|
+# include <unistd.h>
|
|
+#endif
|
|
|
|
/* get the base file name of a file path */
|
|
|