1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Enable compilation under FreeBSD 4.9.

Submitted by:	"je" of sekure.net
This commit is contained in:
Trevor Johnson 2003-12-18 04:13:29 +00:00
parent 6c688d593f
commit 5364f2e0bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96128
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$FreeBSD$
--- test/p0fq.c.orig Fri Oct 10 14:51:08 2003
+++ test/p0fq.c Wed Dec 17 20:10:31 2003
@@ -14,6 +14,7 @@
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -0,0 +1,12 @@
$FreeBSD$
--- test/p0fq.c.orig Fri Oct 10 14:51:08 2003
+++ test/p0fq.c Wed Dec 17 20:10:31 2003
@@ -14,6 +14,7 @@
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>