mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
--- src/bin/iclass/direct.c.orig Sat Dec 12 13:40:42 1992
|
|
+++ src/bin/iclass/direct.c Sun Jan 23 20:25:38 2000
|
|
@@ -30,11 +30,15 @@
|
|
#include <OS/string.h>
|
|
#include <OS/types.h>
|
|
#include <stddef.h>
|
|
+#if __FreeBSD_cc_version < 400002
|
|
#include <osfcn.h>
|
|
+#endif
|
|
#include <pwd.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
|
|
#ifdef __DECCXX
|
|
extern "C" {
|