diff options
author | bde <bde@FreeBSD.org> | 2004-02-25 13:26:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-02-25 13:26:53 +0000 |
commit | e6ece1379498e94ec583f1ea07f0b5b5892bd58f (patch) | |
tree | 4914ba9565a63308a558ffdda2c169c430098018 /usr.bin | |
parent | 29a90b3011660a06791fb8e5a34bbcebce552106 (diff) | |
download | FreeBSD-src-e6ece1379498e94ec583f1ea07f0b5b5892bd58f.zip FreeBSD-src-e6ece1379498e94ec583f1ea07f0b5b5892bd58f.tar.gz |
Demangled vendor ids. Fixed misplaced FreeBSD id.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/tcp.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 74c02f3..40311d6 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -31,15 +31,18 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> +#if 0 +#ifndef lint +/* From: */ +static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; +static const char rcsid[] = + "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; +#endif /* not lint */ +#endif +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -/* From: - "@(#)mbufs.c 8.1 (Berkeley) 6/6/93" - "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" -*/ - #include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> |