diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2005-04-25 17:31:50 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2005-04-25 17:31:50 +0000 |
| commit | 3c911a00da902fbd3cbac2da74f2f6de991dd90f (patch) | |
| tree | 230d1d527f6b251fd46e2108f5e341c63e59cb39 /contrib/ipfilter/ipsd/ipsd.c | |
| parent | e7b13da6f59bf5171f7820300e1c44ec97418d5b (diff) | |
| parent | 144279dcb8a3b2717370088ac878f23066aee9e9 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsd/ipsd.c')
| -rw-r--r-- | contrib/ipfilter/ipsd/ipsd.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/ipfilter/ipsd/ipsd.c b/contrib/ipfilter/ipsd/ipsd.c index 261ad89985c1..3d9ea4cdf568 100644 --- a/contrib/ipfilter/ipsd/ipsd.c +++ b/contrib/ipfilter/ipsd/ipsd.c @@ -1,11 +1,10 @@ +/* $NetBSD$ */ + /* * (C)opyright 1995-1998 Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * - * The author of this software makes no garuntee about the - * performance of this package or its suitability to fulfill any purpose. - * */ #include <stdio.h> #include <fcntl.h> @@ -35,7 +34,7 @@ #ifndef lint static const char sccsid[] = "@(#)ipsd.c 1.3 12/3/95 (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ipsd.c,v 2.1.4.1 2001/06/26 10:43:21 darrenr Exp $"; +static const char rcsid[] = "@(#)Id: ipsd.c,v 2.2 2001/06/09 17:09:25 darrenr Exp"; #endif extern char *optarg; |
