diff options
author | markm <markm@FreeBSD.org> | 2001-05-01 09:02:06 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-05-01 09:02:06 +0000 |
commit | 3bf4bc0b71400ba3fd6fd690ad18ebbfab8184a8 (patch) | |
tree | 0fb57df8572843a6a268dc34b63854b703b1269c /contrib/ipfilter | |
parent | 9f745ed9e17c9109c619798ded9fa230229896fa (diff) | |
download | FreeBSD-src-3bf4bc0b71400ba3fd6fd690ad18ebbfab8184a8.zip FreeBSD-src-3bf4bc0b71400ba3fd6fd690ad18ebbfab8184a8.tar.gz |
Compensate for dethreaded headers.
(I have no religion about how this was done. Follow-up commits welcome)
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r-- | contrib/ipfilter/ipsend/iptests.c | 3 | ||||
-rw-r--r-- | contrib/ipfilter/ipsend/sock.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c index 0eb263b..d22fd5a 100644 --- a/contrib/ipfilter/ipsend/iptests.c +++ b/contrib/ipfilter/ipsend/iptests.c @@ -4,6 +4,8 @@ * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and due credit is given * to the original author and the contributors. + * + * $FreeBSD$ */ #if !defined(lint) static const char sccsid[] = "%W% %G% (C)1995 Darren Reed"; @@ -16,6 +18,7 @@ static const char rcsid[] = "@(#)$Id: iptests.c,v 2.1 1999/08/04 17:31:09 darren #include <sys/types.h> #include <sys/time.h> #include <sys/param.h> +#include <sys/lock.h> #define _KERNEL #define KERNEL #if !defined(solaris) && !defined(linux) && !defined(__sgi) diff --git a/contrib/ipfilter/ipsend/sock.c b/contrib/ipfilter/ipsend/sock.c index 6907a08..77e53de 100644 --- a/contrib/ipfilter/ipsend/sock.c +++ b/contrib/ipfilter/ipsend/sock.c @@ -19,6 +19,7 @@ static const char rcsid[] = "@(#)$Id: sock.c,v 2.1.4.1 2000/12/16 21:05:44 darre #include <sys/types.h> #include <sys/time.h> #include <sys/param.h> +#include <sys/lock.h> #include <sys/stat.h> #ifndef ultrix #include <fcntl.h> |