diff options
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r-- | usr.bin/netstat/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 9acd37ca2db1a..cd57b39181864 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/if.c,v 1.69 2007/07/16 17:15:54 jhb Exp $"); #include <sys/types.h> #include <sys/protosw.h> |