1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/security/super/files/patch-06
1999-02-18 22:57:42 +00:00

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>