From 7e5c0c57606f0f1e9335aa74ef5ea8c8048a9b2c Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 13 Oct 1997 19:42:53 +0000 Subject: Warns fixes: use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings --- sail/version.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sail/version.c') diff --git a/sail/version.c b/sail/version.c index f1d818ab..68ac04d0 100644 --- a/sail/version.c +++ b/sail/version.c @@ -1,4 +1,4 @@ -/* $NetBSD: version.c,v 1.3 1995/04/22 10:37:27 cgd Exp $ */ +/* $NetBSD: version.c,v 1.4 1997/10/13 19:46:01 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -33,11 +33,12 @@ * SUCH DAMAGE. */ +#include #ifndef lint #if 0 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: version.c,v 1.3 1995/04/22 10:37:27 cgd Exp $"; +__RCSID("$NetBSD: version.c,v 1.4 1997/10/13 19:46:01 christos Exp $"); #endif #endif /* not lint */ -- cgit v1.2.3