ANSI
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Mar 1991 07:37:04 +0000 (23:37 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Mar 1991 07:37:04 +0000 (23:37 -0800)
SCCS-vsn: usr.bin/ar/misc.c 5.2

usr/src/usr.bin/ar/misc.c

index c6cd0f7..a1e9399 100644 (file)
@@ -9,16 +9,17 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
-#include <sys/signal.h>
 #include <sys/errno.h>
 #include <sys/errno.h>
+#include <signal.h>
 #include <dirent.h>
 #include <dirent.h>
+#include <unistd.h>
 #include <stdio.h>
 #include <stdio.h>
-#include "pathnames.h"
 #include "archive.h"
 #include "archive.h"
+#include "pathnames.h"
 
 extern CHDR chdr;                      /* converted header */
 extern char *archive;                  /* archive name */
 
 extern CHDR chdr;                      /* converted header */
 extern char *archive;                  /* archive name */