summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/ip.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 00:13:37 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 00:13:37 +0000
commitfa1f2b928010b69e6b1c78b220d8285e3145eeeb (patch)
treea352417aa710eb05cee72263260d54de2d5b2a8e /usr.bin/systat/ip.c
parenta5ca913bde3c80eb417acabe27efbd1e9046d38b (diff)
downloadFreeBSD-src-fa1f2b928010b69e6b1c78b220d8285e3145eeeb.zip
FreeBSD-src-fa1f2b928010b69e6b1c78b220d8285e3145eeeb.tar.gz
WARNS=2 fixes with NO_WERROR set, as there are some header issues
with namelists. use __FBSDID().
Diffstat (limited to 'usr.bin/systat/ip.c')
-rw-r--r--usr.bin/systat/ip.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c
index 6616b2a..1462ab1 100644
--- a/usr.bin/systat/ip.c
+++ b/usr.bin/systat/ip.c
@@ -31,15 +31,17 @@
* SUCH DAMAGE.
*/
-#ifndef lint
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
+#ifdef lint
+static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93";
+#endif
+
/* 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";
+ "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>
@@ -56,6 +58,7 @@ static const char rcsid[] =
#include <stdlib.h>
#include <string.h>
#include <paths.h>
+
#include "systat.h"
#include "extern.h"
#include "mode.h"
OpenPOWER on IntegriCloud