externs.h -> extern.h
[unix-history] / usr / src / games / sail / sync.c
index b3792a1..dbf05e3 100644 (file)
@@ -6,12 +6,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sync.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)sync.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
 #include <sys/file.h>
 #include <sys/file.h>
-#include <sys/errno.h>
+#include <errno.h>
+#include "extern.h"
 
 #define BUFSIZE 4096
 
 
 #define BUFSIZE 4096