From b3be1b374c2059512f036e03571aa528277e4530 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 2 Dec 2001 23:04:14 +0000 Subject: Slight makefile style. Use __FBSDID(). --- usr.bin/chflags/chflags.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.bin/chflags/chflags.c') diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index f46baa0..bac0496 100644 --- a/usr.bin/chflags/chflags.c +++ b/usr.bin/chflags/chflags.c @@ -31,19 +31,19 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint -#if 0 -static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; +static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include #include -- cgit v1.1