mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
|
--- headers.h.orig Tue Feb 18 13:39:00 1997
|
||
|
+++ headers.h Sat Nov 1 08:55:42 1997
|
||
|
@@ -12,4 +12,7 @@
|
||
|
#include <signal.h>
|
||
|
#include <errno.h>
|
||
|
#include <sys/ioctl.h>
|
||
|
+#ifdef __FreeBSD__
|
||
|
+extern char* cuserid(char*);
|
||
|
+#endif
|
||
|
}
|