diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
| commit | 4b421e2daaa3e23db6b5a51f8ca5b2da0d894a56 (patch) | |
| tree | 8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/tcp_debug.c | |
| parent | dc9250f55c1d6f219c5dcbd5dc8d933fe838232c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
| -rw-r--r-- | sys/netinet/tcp_debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 595799347618..aaeac9dfaf62 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -28,9 +28,11 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_inet6.h" #include "opt_tcpdebug.h" |
