From 0b94059ea3109ff8dcb1a64e740425879f60f596 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 12 May 2002 04:02:57 +0000 Subject: [PATCH] Fixed 5 style bugs in VCS ids. --- usr.bin/xinstall/xinstall.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 16c039bf2ee..5253432c4c3 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -31,18 +31,20 @@ * 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 /* not lint */ + +#if 0 +#ifndef lint +static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; +#endif /* not lint */ #endif -#ifndef lint -static const char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; -#endif +#include +__FBSDID("$FreeBSD$"); #include #include