mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
675 B
Plaintext
20 lines
675 B
Plaintext
|
*** xtar.c.orig Wed Jul 31 18:16:22 1996
|
||
|
--- xtar.c Wed Jul 31 18:15:30 1996
|
||
|
***************
|
||
|
*** 1164,1170 ****
|
||
|
static int xtar_attributes(TAR_FILE *tf, char *filename)
|
||
|
{
|
||
|
int retval = 0;
|
||
|
! struct utimbuf utimbuf;
|
||
|
|
||
|
/* If the file type is not a directory then try and set the access
|
||
|
permissions. We exclude directories because if write permission
|
||
|
--- 1164,1170 ----
|
||
|
static int xtar_attributes(TAR_FILE *tf, char *filename)
|
||
|
{
|
||
|
int retval = 0;
|
||
|
! 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
|