install with -s
[unix-history] / usr / src / usr.bin / systat / mbufs.c
index 9d281a1..6838cc6 100644 (file)
@@ -1,12 +1,15 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)mbufs.c    1.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mbufs.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "systat.h"
 
 #include "systat.h"
-#include <sys/param.h>
 #include <sys/mbuf.h>
 #include <sys/mbuf.h>
-#include <sys/file.h>
-#include <nlist.h>
 
 WINDOW *
 openmbufs()
 
 WINDOW *
 openmbufs()