diff options
author | darrenr <darrenr@FreeBSD.org> | 2005-04-26 14:59:26 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2005-04-26 14:59:26 +0000 |
commit | b8892e0b0c21a7cf39b7b7abaaa0f1a85028288f (patch) | |
tree | e9f82faf6002de12b52ed8b4cdbf4a56b720eb90 | |
parent | bf14e64afe4f81f662485a23c288ae2cdb3646d2 (diff) | |
download | FreeBSD-src-b8892e0b0c21a7cf39b7b7abaaa0f1a85028288f.zip FreeBSD-src-b8892e0b0c21a7cf39b7b7abaaa0f1a85028288f.tar.gz |
Missing file from vendor branch import.
-rw-r--r-- | contrib/ipfilter/ip_fil.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/ipfilter/ip_fil.c b/contrib/ipfilter/ip_fil.c index a790c02..57425ec 100644 --- a/contrib/ipfilter/ip_fil.c +++ b/contrib/ipfilter/ip_fil.c @@ -1,5 +1,3 @@ -/* $NetBSD$ */ - /* * Copyright (C) 1993-2001 by Darren Reed. * @@ -7,7 +5,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-2000 Darren Reed"; -static const char rcsid[] = "@(#)Id: ip_fil.c,v 2.133.2.9 2005/01/08 14:22:18 darrenr Exp"; +static const char rcsid[] = "@(#)$Id: ip_fil.c,v 2.133.2.9 2005/01/08 14:22:18 darrenr Exp $"; #endif #ifndef SOLARIS |