diff options
author | Clement Laforet <clement@FreeBSD.org> | 2008-01-29 20:24:46 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2008-01-29 20:24:46 +0000 |
commit | 22ba3c9aea4cf42e094267a0639b9bbc43debc74 (patch) | |
tree | c8fa13838f4d612e20f6c4d6222e0e549f4043b8 /www/mod_auth_kerb2 | |
parent | 08fa4964021b778c9e17eeffec974e1617d14b92 (diff) | |
download | ports-22ba3c9aea4cf42e094267a0639b9bbc43debc74.tar.gz ports-22ba3c9aea4cf42e094267a0639b9bbc43debc74.zip |
Notes
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h b/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h new file mode 100644 index 000000000000..4233afc2a435 --- /dev/null +++ b/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h @@ -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" + |