From: Jim Meyering Date: Wed, 17 Jan 2001 10:29:56 +0000 (+0000) Subject: (PACKAGE): Likewise. X-Git-Tag: FILEUTILS-4_0_37~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=108694f32a64de23cd49bb338cd450916e61febb;p=thirdparty%2Fcoreutils.git (PACKAGE): Likewise. --- diff --git a/src/shred.c b/src/shred.c index a380b463d5..21469176ee 100644 --- a/src/shred.c +++ b/src/shred.c @@ -117,7 +117,7 @@ char *xstrdup PARAMS ((char const *)); # include /* For struct timeval */ # include /* For struct stat */ -# define GNU_PACKAGE "standalone" +# define PACKAGE "standalone" # define VERSION "2.0" /* Kind of arbitrary... */ # if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5 || __STRICT_ANSI__