From a958416f1b4a022c358b94db0b8e6bcc6cb54ee0 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 14 Dec 1996 06:16:51 +0000 Subject: -Wall cleaning. --- bin/sync/sync.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/sync') diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 7e5a387..70453f2 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -30,17 +30,17 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sync.c,v 1.4 1994/09/24 02:59:09 davidg Exp $ */ #ifndef lint -static char copyright[] = +static char const copyright[] = "@(#) Copyright (c) 1987, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; +static char const sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #include -- cgit v1.1