diff options
author | silby <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
commit | f965c7bdc4f5016687632f91fa70a8f097d68bf5 (patch) | |
tree | 8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/tcp_subr.c | |
parent | 19c4fce2e39c325ffe0bd1b22f2f15e20514579f (diff) | |
download | FreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.zip FreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.tar.gz |
Add FBSDID to all files in netinet so that people can more
easily include file version information in bug reports.
Approved by: re (kensmith)
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r-- | sys/netinet/tcp_subr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 0514fa0..64d1835 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -27,9 +27,11 @@ * SUCH DAMAGE. * * @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_compat.h" #include "opt_inet.h" #include "opt_inet6.h" |