From ff661413fe2d73ce048a4c6a1f36601ae5d1f411 Mon Sep 17 00:00:00 2001 From: tls Date: Tue, 7 Jan 1997 12:42:14 +0000 Subject: Sync to 4.4BSD-Lite2 --- sail/sync.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sail/sync.c') 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 -#include +#include +#include "extern.h" #define BUFSIZE 4096 -- cgit v1.2.3