12 lines
442 B
Plaintext
12 lines
442 B
Plaintext
--- xtar.c.orig Mon Jul 17 13:44:19 1995
|
|
+++ xtar.c Wed Jun 7 00:29:15 2000
|
|
@@ -1164,7 +1164,7 @@ static int xtar_show(char *tfname, char
|
|
static int xtar_attributes(TAR_FILE *tf, char *filename)
|
|
{
|
|
int retval = 0;
|
|
- struct utimbuf utimbuf;
|
|
+ struct utimbuf {char utimbuf;} utimbuf;
|
|
|
|
/* If the file type is not a directory then try and set the access
|
|
permissions. We exclude directories because if write permission
|