From 4232c2291377495f019e32d3715e72a5828aa7b8 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 7 Mar 2002 10:06:00 +0000 Subject: Leave the `copyright' variable exposed, since the main purpose of it is to put a copyright in the object file. Submitted by: bde --- usr.bin/xargs/xargs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/xargs') diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 80f4ab5..5d3eaa4 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -34,13 +34,13 @@ * SUCH DAMAGE. */ -#if 0 #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ +#if 0 #ifndef lint static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ -- cgit v1.1