diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-08-22 00:38:02 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-08-22 00:38:02 +0000 |
commit | f4d751c60902743f53a0c4eac52966ea218ec4ee (patch) | |
tree | 4125084389b9e5a35ce64f0bb79b66a80002f999 /sbin | |
parent | f635c53ade00821254633ea97e10171c3fbce449 (diff) | |
download | FreeBSD-src-f4d751c60902743f53a0c4eac52966ea218ec4ee.zip FreeBSD-src-f4d751c60902743f53a0c4eac52966ea218ec4ee.tar.gz |
Add $Id$
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/ipfw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index b19989a..e0b2c50 100644 --- a/sbin/ipfw/ipfw.c +++ b/sbin/ipfw/ipfw.c @@ -13,6 +13,9 @@ * This software is provided ``AS IS'' without any warranties of any kind. * * NEW command line interface for IP firewall facility + * + * $Id$ + * */ #include <stdio.h> |