diff options
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r-- | usr.bin/systat/tcp.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 622d8bb..bd9e2f9 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -31,15 +31,14 @@ * SUCH DAMAGE. */ -#ifndef lint +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + /* 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"; + "@(#)mbufs.c 8.1 (Berkeley) 6/6/93" + "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" */ -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include <sys/param.h> #include <sys/types.h> @@ -60,6 +59,7 @@ static const char rcsid[] = #include <stdlib.h> #include <string.h> #include <paths.h> + #include "systat.h" #include "extern.h" #include "mode.h" |