diff options
Diffstat (limited to 'usr.bin/netstat/bpf.c')
-rw-r--r-- | usr.bin/netstat/bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index 2ffeacbc7dea..9e340ac99dd2 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/bpf.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/protosw.h> |