purge pagsiz.h
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 23 May 1983 09:40:47 +0000 (01:40 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 23 May 1983 09:40:47 +0000 (01:40 -0800)
SCCS-vsn: usr.bin/file/file.c 4.6
SCCS-vsn: usr.bin/ranlib/ranlib.c 4.6
SCCS-vsn: old/symorder/symorder.c 4.3

usr/src/old/symorder/symorder.c
usr/src/usr.bin/file/file.c
usr/src/usr.bin/ranlib/ranlib.c

index afae34d..4e80652 100644 (file)
@@ -1,9 +1,10 @@
-static char *sccsid = "@(#)symorder.c  4.2 (Berkeley) %G%";
+#ifndef lint
+static char *sccsid = "@(#)symorder.c  4.3 (Berkeley) %G%";
+#endif
 /*
  * symorder - reorder symbol table
  */
 #include <stdio.h>
 /*
  * symorder - reorder symbol table
  */
 #include <stdio.h>
-#include <pagsiz.h>
 #include <sys/types.h>
 #include <stat.h>
 #include <a.out.h>
 #include <sys/types.h>
 #include <stat.h>
 #include <a.out.h>
index f157ee0..3b2fff1 100644 (file)
@@ -1,9 +1,10 @@
-static char sccsid[] = "@(#)file.c     4.5 (Berkeley) 4.5";
+#ifndef lint
+static char sccsid[] = "@(#)file.c     4.6 (Berkeley) 4.6";
+#endif
 /*
  * file - determine type of file
  */
 
 /*
  * file - determine type of file
  */
 
-#include <pagsiz.h>
 #include <sys/types.h>
 #include <stat.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <stat.h>
 #include <stdio.h>
index 9c4d642..f3c9acb 100644 (file)
@@ -1,11 +1,12 @@
-static char sccsid[] = "@(#)ranlib.c 4.5 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)ranlib.c 4.6 %G%";
+#endif
 /*
  * ranlib - create table of contents for archive; string table version
  */
 #include <sys/types.h>
 #include <ar.h>
 #include <ranlib.h>
 /*
  * ranlib - create table of contents for archive; string table version
  */
 #include <sys/types.h>
 #include <ar.h>
 #include <ranlib.h>
-#include <pagsiz.h>
 #include <a.out.h>
 #include <stdio.h>
 
 #include <a.out.h>
 #include <stdio.h>