From 66189f380be3f870ebd48dd81c086930001040e7 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 12 May 2002 04:02:57 +0000 Subject: Fixed 5 style bugs in VCS ids. --- usr.bin/xinstall/xinstall.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'usr.bin/xinstall') diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 16c039b..5253432 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -31,19 +31,21 @@ * SUCH DAMAGE. */ -#include -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1987, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif +#endif /* not lint */ +#if 0 #ifndef lint -static const char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; +static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; +#endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1