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