summaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-11-30 14:58:53 +0000
committerReuben Thomas <rrt@sc3d.org>2010-11-30 14:58:53 +0000
commit68c7fd68db6ee6d388d2950f8c6fc2ef5ca6fc52 (patch)
treef3618f819fad624695802c4d96937d8e7c9f8cad /src/tar.h
parentb20ecca407c2c39d6070a65ebd9bfe21d2f4a482 (diff)
downloadfile-git-68c7fd68db6ee6d388d2950f8c6fc2ef5ca6fc52.tar.gz
Slight improvements to tar code, and fix to -e soft.
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tar.h b/src/tar.h
index 25b4ba7d..c3d0297d 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -2,7 +2,7 @@
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
* maintained 1995-present by Christos Zoulas and others.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -12,7 +12,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -32,7 +32,7 @@
*
* Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu.
*
- * $File: tar.h,v 1.11 2007/01/16 14:56:45 ljt Exp $ # checkin only
+ * $File: tar.h,v 1.12 2008/02/07 00:58:52 christos Exp $ # checkin only
*/
/*
@@ -49,7 +49,7 @@
#define TGNMLEN 32
union record {
- char charptr[RECORDSIZE];
+ unsigned char charptr[RECORDSIZE];
struct header {
char name[NAMSIZ];
char mode[8];