summaryrefslogtreecommitdiff
path: root/arscan.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-23 22:46:47 +0000
committerPaul Smith <psmith@gnu.org>1999-07-23 22:46:47 +0000
commit4e7ee4fc01524432028e073bcac96c67a82bf312 (patch)
treedaec5ea6656396bc4a59859a4d5cc374c13e1457 /arscan.c
parentb05cb1d99e1f4595696d62dda6ed4b55b568c6c4 (diff)
downloadgunmake-4e7ee4fc01524432028e073bcac96c67a82bf312.tar.gz
* Bugfix for NT archive support.
* Rework how the jobserver stuff works.
Diffstat (limited to 'arscan.c')
-rw-r--r--arscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arscan.c b/arscan.c
index b1b7d10..908be7f 100644
--- a/arscan.c
+++ b/arscan.c
@@ -780,7 +780,7 @@ ar_member_touch (arname, memname)
#else
fstat (fd, &statbuf);
#endif
-#if defined(ARFMAG) || defined(ARFZMAG) || defined(AIAMAG)
+#if defined(ARFMAG) || defined(ARFZMAG) || defined(AIAMAG) || defined(WINDOWS32)
/* Advance member's time to that time */
for (i = 0; i < sizeof ar_hdr.ar_date; i++)
ar_hdr.ar_date[i] = ' ';