diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-02-25 13:26:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-02-25 13:26:53 +0000 |
| commit | 7501cdc8e58a19911dcb30a91da91f7324cd68da (patch) | |
| tree | 4914ba9565a63308a558ffdda2c169c430098018 | |
| parent | ca9c567178ffb3ce0fa2df2df34c5440672fcb86 (diff) | |
Notes
| -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 74c02f3059dc..40311d6face2 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> |
