]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/sync.c
More rationalization of include files:
[bsdgames-darwin.git] / sail / sync.c
index 71043d9a2e8e81513e2cc1142f3a43643d75ade0..d793aac551986648f4e5733e07620e6df54c056e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: sync.c,v 1.16 2001/01/04 02:43:33 jwise Exp $  */
+/*     $NetBSD: sync.c,v 1.18 2001/01/04 03:51:24 jwise Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)sync.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: sync.c,v 1.16 2001/01/04 02:43:33 jwise Exp $");
+__RCSID("$NetBSD: sync.c,v 1.18 2001/01/04 03:51:24 jwise Exp $");
 #endif
 #endif /* not lint */
 
 #include <fcntl.h>
 #include <errno.h>
-#ifdef __STDC__
+#include <signal.h>
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
+#include <stdio.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include <string.h>
 #include <time.h>
+#include <unistd.h>
 #include "extern.h"
 #include "pathnames.h"