diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-06-19 11:35:41 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-06-19 11:35:41 +0000 |
commit | ebe119ae6cb96bdcf8ecf31293ffce8ea3928b67 (patch) | |
tree | 933f0c6f755158ae6fbdbb9a0a6e4d7d57e9952c /sys/netinet | |
parent | 89bf63adaad1ec96524765b49bc263d2b10f1c6e (diff) | |
download | src-ebe119ae6cb96bdcf8ecf31293ffce8ea3928b67.tar.gz src-ebe119ae6cb96bdcf8ecf31293ffce8ea3928b67.zip |
Add RCS strings to kernel ipfilter files.
Notes
Notes:
svn path=/head/; revision=48015
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ftp_pxy.c | 2 | ||||
-rw-r--r-- | sys/netinet/ipl.h | 1 | ||||
-rw-r--r-- | sys/netinet/mlf_ipl.c | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/ip_ftp_pxy.c b/sys/netinet/ip_ftp_pxy.c index dd70c8124015..7e37d9675371 100644 --- a/sys/netinet/ip_ftp_pxy.c +++ b/sys/netinet/ip_ftp_pxy.c @@ -1,6 +1,8 @@ /* * Simple FTP transparent proxy for in-kernel use. For use with the NAT * code. + * + * $Id$ */ #define isdigit(x) ((x) >= '0' && (x) <= '9') diff --git a/sys/netinet/ipl.h b/sys/netinet/ipl.h index d92ec79542ff..d1608d54ecbb 100644 --- a/sys/netinet/ipl.h +++ b/sys/netinet/ipl.h @@ -6,6 +6,7 @@ * to the original author and the contributors. * * @(#)ipl.h 1.21 6/5/96 + * $Id$ */ #ifndef __IPL_H__ diff --git a/sys/netinet/mlf_ipl.c b/sys/netinet/mlf_ipl.c index 55f0ab2aaa4a..39249a5d1de6 100644 --- a/sys/netinet/mlf_ipl.c +++ b/sys/netinet/mlf_ipl.c @@ -4,6 +4,8 @@ * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and due credit is given * to the original author and the contributors. + * + * $Id$ */ /* * 29/12/94 Added code from Marc Huber <huber@fzi.de> to allow it to allocate |