]> Dogcows Code - chaz/tar/blobdiff - src/mangle.c
Started merging with cpio into paxutils.
[chaz/tar] / src / mangle.c
index 204bf7c74db0c25bcc646783853ceafce24b95cb..1e5075fd8a16da2c99d82238dec5b9f9e4eafed1 100644 (file)
@@ -15,7 +15,7 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 #include "common.h"
 #include <quotearg.h>
 
@@ -34,7 +34,7 @@ struct mangled
 void
 extract_mangle (void)
 {
-  off_t size = current_stat.st_size;
+  off_t size = current_stat_info.stat.st_size;
   char *buffer = xmalloc ((size_t) (size + 1));
   char *copy = buffer;
   char *cursor = buffer;
This page took 0.025058 seconds and 4 git commands to generate.