mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
--- localsys.h.orig Mon Feb 15 02:27:37 1999
|
|
+++ localsys.h Thu Feb 18 11:09:40 1999
|
|
@@ -13,13 +13,13 @@
|
|
* func_type funcname P__((arglist));
|
|
*/
|
|
|
|
-#include "config.h"
|
|
-
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
#include <fcntl.h>
|
|
#include <pwd.h>
|
|
#include <grp.h>
|
|
+
|
|
+#include "config.h"
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|