From a23dd012ce322b8a5d7bc4f7782a442edd8c2854 Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 11 Dec 2001 22:18:47 +0000 Subject: WARNS=2 fix, use __FBSDID() and sort includes. WARNS=2 not added to Makefile as it is to become default. --- usr.bin/w/pr_time.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/w/pr_time.c') diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5596108..817bbd8 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 -static char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; +static const char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include -- cgit v1.1