summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/ipf.c3
-rw-r--r--sbin/ipf/opt.c3
-rw-r--r--sbin/ipf/parse.c3
-rw-r--r--sbin/ipfstat/fils.c4
-rw-r--r--sbin/ipnat/ipnat.c3
5 files changed, 10 insertions, 6 deletions
diff --git a/sbin/ipf/ipf.c b/sbin/ipf/ipf.c
index 91689a2d548..89508c72535 100644
--- a/sbin/ipf/ipf.c
+++ b/sbin/ipf/ipf.c
@@ -28,6 +28,7 @@ extern char *index();
#include <netinet/in_systm.h>
#include <net/if.h>
#include <netinet/ip.h>
+#include "ip_fil_compat.h"
#include "ip_fil.h"
#include <netdb.h>
#include <arpa/nameser.h>
@@ -36,7 +37,7 @@ extern char *index();
#ifndef lint
static char sccsid[] = "@(#)ipf.c 1.23 6/5/96 (C) 1993-1995 Darren Reed";
-static char rcsid[] = "$Id: ipf.c,v 1.6 1996/07/21 16:40:04 dm Exp $";
+static char rcsid[] = "$Id: ipf.c,v 1.7 1996/10/08 07:33:31 niklas Exp $";
#endif
#if SOLARIS
diff --git a/sbin/ipf/opt.c b/sbin/ipf/opt.c
index 6efedf121c3..62022958871 100644
--- a/sbin/ipf/opt.c
+++ b/sbin/ipf/opt.c
@@ -17,12 +17,13 @@
#include <netinet/tcp.h>
#include <netinet/tcpip.h>
#include <net/if.h>
+#include "ip_fil_compat.h"
#include "ip_fil.h"
#include "ipf.h"
#ifndef lint
static char sccsid[] = "@(#)opt.c 1.8 4/10/96 (C) 1993-1995 Darren Reed";
-static char rcsid[] = "$Id: opt.c,v 1.5 1996/07/18 05:11:02 dm Exp $";
+static char rcsid[] = "$Id: opt.c,v 1.6 1996/10/08 07:33:31 niklas Exp $";
#endif
extern int opts;
diff --git a/sbin/ipf/parse.c b/sbin/ipf/parse.c
index 1be828c51da..7e9cf1ef551 100644
--- a/sbin/ipf/parse.c
+++ b/sbin/ipf/parse.c
@@ -23,6 +23,7 @@
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <net/if.h>
+#include "ip_fil_compat.h"
#include "ip_fil.h"
#include <netdb.h>
#include <arpa/nameser.h>
@@ -33,7 +34,7 @@
#ifndef lint
static char sccsid[] ="@(#)parse.c 1.44 6/5/96 (C) 1993-1996 Darren Reed";
-static char rcsid[] = "$Id: parse.c,v 1.6 1996/07/18 05:11:03 dm Exp $";
+static char rcsid[] = "$Id: parse.c,v 1.7 1996/10/08 07:33:32 niklas Exp $";
#endif
extern struct ipopt_names ionames[], secclass[];
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c
index f0896402065..aaece1b4b9c 100644
--- a/sbin/ipfstat/fils.c
+++ b/sbin/ipfstat/fils.c
@@ -26,8 +26,8 @@
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <net/if.h>
-#include "ip_fil.h"
#include "ip_fil_compat.h"
+#include "ip_fil.h"
#include "ip_nat.h"
#include "ip_frag.h"
#include "ip_state.h"
@@ -42,7 +42,7 @@
#ifndef lint
static char sccsid[] = "@(#)fils.c 1.21 4/20/96 (C) 1993-1996 Darren Reed";
-static char rcsid[] = "$Id: fils.c,v 1.6 1996/07/18 05:08:09 dm Exp $";
+static char rcsid[] = "$Id: fils.c,v 1.7 1996/10/08 07:33:33 niklas Exp $";
#endif
#ifdef _PATH_UNIX
#define VMUNIX _PATH_UNIX
diff --git a/sbin/ipnat/ipnat.c b/sbin/ipnat/ipnat.c
index 0a483b094d9..ebf9d49b26c 100644
--- a/sbin/ipnat/ipnat.c
+++ b/sbin/ipnat/ipnat.c
@@ -41,6 +41,7 @@
#include <netinet/tcp.h>
#include <net/if.h>
#include "ip_fil_compat.h"
+#include "ip_fil.h"
#include <netdb.h>
#include <arpa/nameser.h>
#include <arpa/inet.h>
@@ -51,7 +52,7 @@
#ifndef lint
static char sccsid[] ="@(#)ipnat.c 1.9 6/5/96 (C) 1993 Darren Reed";
-static char rcsid[] = "$Id: ipnat.c,v 1.3 1996/07/18 05:08:39 dm Exp $";
+static char rcsid[] = "$Id: ipnat.c,v 1.4 1996/10/08 07:33:33 niklas Exp $";
#endif
#if SOLARIS