mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
swap #include order so things work well
This commit is contained in:
parent
2c2f60b1e5
commit
1b692649d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21071
2 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
--- modules/mod_unixpw.c.orig Sat Aug 28 15:42:13 1999
|
||||
+++ modules/mod_unixpw.c Sat Aug 28 15:42:23 1999
|
||||
@@ -37,6 +37,7 @@
|
||||
--- modules/mod_unixpw.c.orig Sat Aug 28 16:57:42 1999
|
||||
+++ modules/mod_unixpw.c Sat Aug 28 16:59:06 1999
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <sys/security.h>
|
||||
#endif
|
||||
#ifdef HAVE_PROT_H
|
||||
#include <prot.h>
|
||||
+#include <krb.h>
|
||||
#include <prot.h>
|
||||
#endif
|
||||
|
||||
#include "privs.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- modules/mod_unixpw.c.orig Sat Aug 28 15:42:13 1999
|
||||
+++ modules/mod_unixpw.c Sat Aug 28 15:42:23 1999
|
||||
@@ -37,6 +37,7 @@
|
||||
--- modules/mod_unixpw.c.orig Sat Aug 28 16:57:42 1999
|
||||
+++ modules/mod_unixpw.c Sat Aug 28 16:59:06 1999
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <sys/security.h>
|
||||
#endif
|
||||
#ifdef HAVE_PROT_H
|
||||
#include <prot.h>
|
||||
+#include <krb.h>
|
||||
#include <prot.h>
|
||||
#endif
|
||||
|
||||
#include "privs.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue