summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shred.c2
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__