diff options
author | dg <dg@FreeBSD.org> | 1995-07-23 05:36:31 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-07-23 05:36:31 +0000 |
commit | 3da1e3ecc427e3e89b4b2103530a7cbcf724d8b7 (patch) | |
tree | bb7ef6c78b61425cd516a47e8120e535df4ac3a4 /sys/netinet | |
parent | 21228926661d88836edf8b606f9cfe45ec556363 (diff) | |
download | FreeBSD-src-3da1e3ecc427e3e89b4b2103530a7cbcf724d8b7.zip FreeBSD-src-3da1e3ecc427e3e89b4b2103530a7cbcf724d8b7.tar.gz |
Added $Id$.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_fw.c | 2 | ||||
-rw-r--r-- | sys/netinet/ip_fw.h | 2 | ||||
-rw-r--r-- | sys/netinet/ip_fwdef.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 0798b7b..51488e6 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -10,6 +10,8 @@ * but requiring it would be too onerous. * * This software is provided ``AS IS'' without any warranties of any kind. + * + * $Id$ */ /* diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index ca77905..f32bd19 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -10,6 +10,8 @@ * but requiring it would be too onerous. * * This software is provided ``AS IS'' without any warranties of any kind. + * + * $Id$ */ /* diff --git a/sys/netinet/ip_fwdef.c b/sys/netinet/ip_fwdef.c index d44ad57..402c413 100644 --- a/sys/netinet/ip_fwdef.c +++ b/sys/netinet/ip_fwdef.c @@ -10,6 +10,8 @@ * but requiring it would be too onerous. * * This software is provided ``AS IS'' without any warranties of any kind. + * + * $Id$ */ /* |