diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-17 10:29:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-17 10:29:56 +0000 |
commit | 108694f32a64de23cd49bb338cd450916e61febb (patch) | |
tree | 14656c194cfa5a74a7465e4d9c50df07fd16676e | |
parent | 59b34eded294182ab4bee5c7e14d3e3898211f27 (diff) | |
download | coreutils-108694f32a64de23cd49bb338cd450916e61febb.tar.xz |
(PACKAGE): Likewise.
-rw-r--r-- | src/shred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c index a380b463d..21469176e 100644 --- a/src/shred.c +++ b/src/shred.c @@ -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__ |