- This time, really add the patch

- Fix build on >= 7.0

Spotted by:		erwin
This commit is contained in:
Clement Laforet 2008-01-29 20:24:46 +00:00
parent 08fa496402
commit 22ba3c9aea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206399
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- spnegokrb5/spnegokrb5_locl.h.orig 2008-01-27 20:59:03.000000000 +0000
+++ spnegokrb5/spnegokrb5_locl.h 2008-01-27 20:59:19.000000000 +0000
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <sys/types.h>
#include "config.h"

View File

@ -0,0 +1,10 @@
--- spnegokrb5/spnegokrb5_locl.h.orig 2008-01-27 20:59:03.000000000 +0000
+++ spnegokrb5/spnegokrb5_locl.h 2008-01-27 20:59:19.000000000 +0000
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+#include <sys/types.h>
#include "config.h"