diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-02-16 22:34:26 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-02-16 22:34:26 +0000 |
commit | f1252793b4455e9bb0a80421006431591d7aead0 (patch) | |
tree | e69d9828bd414fa91155fcac9d5aa067b1638547 /sbin/ipfstat | |
parent | 5ffbb417b698a75fda112e8173ece678b4f35e38 (diff) |
Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY
for details.
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/fils.c | 2 | ||||
-rw-r--r-- | sbin/ipfstat/kmem.c | 2 | ||||
-rw-r--r-- | sbin/ipfstat/kmem.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index 67ec78629f0..65bfc9713cb 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fils.c,v 1.18 2000/02/01 19:30:00 kjell Exp $ */ +/* $OpenBSD: fils.c,v 1.19 2000/02/16 22:34:22 kjell Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. diff --git a/sbin/ipfstat/kmem.c b/sbin/ipfstat/kmem.c index b56fa34ee32..b80807fac4a 100644 --- a/sbin/ipfstat/kmem.c +++ b/sbin/ipfstat/kmem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kmem.c,v 1.13 2000/02/01 19:30:00 kjell Exp $ */ +/* $OpenBSD: kmem.c,v 1.14 2000/02/16 22:34:22 kjell Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. diff --git a/sbin/ipfstat/kmem.h b/sbin/ipfstat/kmem.h index 9d8e7cee3af..f14d5ab78f8 100644 --- a/sbin/ipfstat/kmem.h +++ b/sbin/ipfstat/kmem.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kmem.h,v 1.10 2000/02/01 19:30:00 kjell Exp $ */ +/* $OpenBSD: kmem.h,v 1.11 2000/02/16 22:34:22 kjell Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. |