diff options
author | Darren Reed <darrenr@FreeBSD.org> | 2005-04-26 14:59:26 +0000 |
---|---|---|
committer | Darren Reed <darrenr@FreeBSD.org> | 2005-04-26 14:59:26 +0000 |
commit | 984f8800d4a60bed43ae201a53ba5e0bf5c6b745 (patch) | |
tree | e9f82faf6002de12b52ed8b4cdbf4a56b720eb90 | |
parent | 74708a0492fc26c8e88b0c7da9c37588674dadea (diff) |
Notes
-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 a790c020c5f0..57425ec438b4 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 |