summaryrefslogtreecommitdiffstats
path: root/sail/sync.c
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1997-01-07 12:42:14 +0000
committertls <tls@NetBSD.org>1997-01-07 12:42:14 +0000
commitff661413fe2d73ce048a4c6a1f36601ae5d1f411 (patch)
tree07bc04c7c46bb8cb5d06bd0d3501b36a7c941b1c /sail/sync.c
parenta5433d806214e38f63d51925b3630a0b8a8dd9c0 (diff)
downloadbsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.tar.gz
bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.tar.zst
bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.zip
Sync to 4.4BSD-Lite2
Diffstat (limited to 'sail/sync.c')
-rw-r--r--sail/sync.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sail/sync.c b/sail/sync.c
index 20ab46cd..d3389964 100644
--- a/sail/sync.c
+++ b/sail/sync.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sync.c,v 1.4 1995/04/24 12:25:28 cgd Exp $ */
+/* $NetBSD: sync.c,v 1.5 1997/01/07 12:42:27 tls Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -35,15 +35,15 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$NetBSD: sync.c,v 1.4 1995/04/24 12:25:28 cgd Exp $";
+static char rcsid[] = "$NetBSD: sync.c,v 1.5 1997/01/07 12:42:27 tls Exp $";
#endif
#endif /* not lint */
-#include "externs.h"
#include <sys/file.h>
-#include <sys/errno.h>
+#include <errno.h>
+#include "extern.h"
#define BUFSIZE 4096