summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2002-10-24 20:40:59 +0000
committerhpa <hpa>2002-10-24 20:40:59 +0000
commitb395221d113e63e4d3073ed088520bc4174ab2d6 (patch)
tree515c330d08008a4d27bd910f9c7ebb086ca7dfcc
parentc58494429df0ef0f73cab746a0ad97bd706a55ef (diff)
downloadsyslinux-b395221d113e63e4d3073ed088520bc4174ab2d6.tar.gz
DATE isn't defined in the MEMDISK directory
-rw-r--r--memdisk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/setup.c b/memdisk/setup.c
index 98a3c96c..980122d3 100644
--- a/memdisk/setup.c
+++ b/memdisk/setup.c
@@ -18,7 +18,7 @@
/* A pointer to this is stored in the header */
const char memdisk_version[] =
-"MEMDISK " VERSION " " DATE;
+"MEMDISK " VERSION /* " " DATE */;
const char copyright[] =
"Copyright " FIRSTYEAR "-" COPYYEAR " H. Peter Anvin";