summaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2003-10-14 19:29:55 +0000
committerChristos Zoulas <christos@zoulas.com>2003-10-14 19:29:55 +0000
commitcd0f92361706bc1cf1b4a08735c2f394b7789651 (patch)
treedb59bda020f94190170b31c5bffdfeb57b449d1d /src/tar.h
parentae48ce67d039f97b022e8d05753f81f215633e81 (diff)
downloadfile-git-cd0f92361706bc1cf1b4a08735c2f394b7789651.tar.gz
Fix strings, add magic_errno().
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tar.h b/src/tar.h
index eeca6db6..983ab561 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -37,11 +37,11 @@
*
* Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
*
- * $Id: tar.h,v 1.6 2003/03/23 21:16:26 christos Exp $ # checkin only
+ * $Id: tar.h,v 1.7 2003/10/14 19:29:56 christos Exp $ # checkin only
*/
/*
- * Kludge for handling systems that can't cope with multiple
+ * Kludge for handling systems that cannot cope with multiple
* external definitions of a variable. In ONE routine (tar.c),
* we #define TAR_EXTERN to null; here, we set it to "extern" if
* it is not already set.