mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
--- src/bin/iclass/dialogs.c.orig Tue Aug 24 06:52:20 1993
|
|
+++ src/bin/iclass/dialogs.c Sun Sep 5 13:36:17 1999
|
|
@@ -41,7 +41,9 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#if __FreeBSD_cc_version < 400002
|
|
#include <osfcn.h>
|
|
+#endif
|
|
|
|
#if !defined(AIXV3) && !defined(hpux) && !defined(sun) && !defined(sgi)
|
|
/* sigh, not all systems have this prototype */
|