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 f72bf6a782a70..66ae10478b2a0 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/if.c,v 1.32 2000/01/03 17:48:36 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> |