diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-15 13:59:37 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-15 13:59:37 +0000 |
commit | e75cf91623f672999820ed5a0c19f478461a4b3a (patch) | |
tree | 7df7469f3129442dfe3b757c7a0c56eb3f355a5c /security/vida/files | |
parent | 52c517532fd0d92edbfdf352845eddbe3c42c09a (diff) |
Notes
Diffstat (limited to 'security/vida/files')
-rw-r--r-- | security/vida/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/vida/files/patch-aa b/security/vida/files/patch-aa new file mode 100644 index 000000000000..45e2373ad4a4 --- /dev/null +++ b/security/vida/files/patch-aa @@ -0,0 +1,18 @@ +--- include.h.orig Thu Apr 17 11:36:06 2003 ++++ include.h Thu Apr 17 11:36:19 2003 +@@ -24,13 +24,13 @@ + * * + \*____________________________________________*/ + +-#include <sys/socket.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/wait.h> + #include <netinet/in.h> + #include <netdb.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <errno.h> + #include <unistd.h> + #include <sys/types.h> |