diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-30 10:32:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-30 10:32:26 +0000 |
| commit | 22565b1e7280b0874acb1f89944e260862a3d349 (patch) | |
| tree | 74ebfb646d2cc2a9da6f4ee7d0d25dd560fd9ba3 | |
| parent | 5ac0429f1d14c1d5a25579c03aad4ef5540ac3a3 (diff) | |
Notes
| -rw-r--r-- | contrib/cpio/copyin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cpio/copyin.c b/contrib/cpio/copyin.c index 42c2bb3336e6..2008c391b76a 100644 --- a/contrib/cpio/copyin.c +++ b/contrib/cpio/copyin.c @@ -1050,7 +1050,7 @@ long_format (file_hdr, link_name) /* Get time values ready to print. */ when = file_hdr->c_mtime; -#if HAVE_STRFTIME +#ifdef HAVE_STRFTIME strftime(tbuf, sizeof(tbuf), "%c", localtime(&when)); #else strcpy (tbuf, ctime (&when)); |
