]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(PACKAGE): Likewise.
authorJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:29:56 +0000 (10:29 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:29:56 +0000 (10:29 +0000)
src/shred.c

index a380b463d52d37f1b537c13b8473b03d71cabf15..21469176ee4816f4c7570dc44f101610eac6dee4 100644 (file)
@@ -117,7 +117,7 @@ char *xstrdup PARAMS ((char const *));
 # include <sys/time.h> /* For struct timeval */
 # include <sys/stat.h> /* 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__