diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1999-03-10 22:28:00 +0000 |
commit | d5879e7be65292eba69981545dddb13bf328f35e (patch) | |
tree | c1023bf38c7e83d53c072cc000da19efa98f7740 /security/skip/files/patch-aj | |
parent | Mention that packages for these kits can be gotten from www.freebsd.org/ports. (diff) |
Build SKIP port as a KLD instead of an LKM.
Notes
Notes:
svn path=/head/; revision=17133
Diffstat (limited to 'security/skip/files/patch-aj')
-rw-r--r-- | security/skip/files/patch-aj | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/security/skip/files/patch-aj b/security/skip/files/patch-aj index 1ff6b6224647..e2f5331f593c 100644 --- a/security/skip/files/patch-aj +++ b/security/skip/files/patch-aj @@ -1,11 +1,13 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/Bstream.C skipsrc-1.0/certs/lib/Bstream.C ---- skipsrc-1.0.orig/certs/lib/Bstream.C Fri Oct 25 13:11:38 1996 -+++ skipsrc-1.0/certs/lib/Bstream.C Fri Nov 21 11:39:11 1997 -@@ -48,6 +48,7 @@ - #include <netinet/in.h> - #include <stdio.h> - #include <stdlib.h> +diff -ur --unidirectional-new-file skipsrc-1.0.orig/certs/lib/AuthPolicy.C work.new/certs/lib/AuthPolicy.C +--- skipsrc-1.0.orig/certs/lib/AuthPolicy.C Fri Oct 25 13:11:37 1996 ++++ work.new/certs/lib/AuthPolicy.C Mon Mar 8 21:33:38 1999 +@@ -44,7 +44,9 @@ + + #pragma ident "@(#)AuthPolicy.C 1.9 96/05/15" + ++#include <sys/types.h> + #include <dirent.h> +#include <string.h> - #include <unistd.h> - #include <fcntl.h> - #include "Bstream.h" + #include "AuthPolicy.h" + + |