diff options
Diffstat (limited to 'misc/xtar/files')
-rw-r--r-- | misc/xtar/files/patch-aa | 12 | ||||
-rw-r--r-- | misc/xtar/files/patch-ab | 19 | ||||
-rw-r--r-- | misc/xtar/files/patch-ac | 19 | ||||
-rw-r--r-- | misc/xtar/files/patch-ad | 15 |
4 files changed, 65 insertions, 0 deletions
diff --git a/misc/xtar/files/patch-aa b/misc/xtar/files/patch-aa new file mode 100644 index 000000000000..bbefe779d309 --- /dev/null +++ b/misc/xtar/files/patch-aa @@ -0,0 +1,12 @@ +*** common/str.c.orig Wed Jul 31 18:04:12 1996 +--- common/str.c Wed Jul 31 18:04:27 1996 +*************** +*** 283,289 **** + char *str_error(int errnum) + { + extern int sys_nerr; +- extern char *sys_errlist[]; + static char ebuf[40]; /* 64-bit number + slop */ + + if ((unsigned int)errnum < sys_nerr) +--- 283,288 ---- diff --git a/misc/xtar/files/patch-ab b/misc/xtar/files/patch-ab new file mode 100644 index 000000000000..7ffceb9efc10 --- /dev/null +++ b/misc/xtar/files/patch-ab @@ -0,0 +1,19 @@ +*** 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 diff --git a/misc/xtar/files/patch-ac b/misc/xtar/files/patch-ac new file mode 100644 index 000000000000..96fbacd05b6c --- /dev/null +++ b/misc/xtar/files/patch-ac @@ -0,0 +1,19 @@ +*** XTar.tmpl.orig Mon Jul 17 14:04:17 1995 +--- XTar.tmpl Tue Nov 19 17:43:02 1996 +*************** +*** 27,33 **** + XMINC = -I/usr/include/Motif1.2 + XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW + #else +! XMLIB = -lXm + #endif + + #ifdef SunArchitecture +--- 27,33 ---- + XMINC = -I/usr/include/Motif1.2 + XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW + #else +! XMLIB = ${MOTIFLIB} + #endif + + #ifdef SunArchitecture diff --git a/misc/xtar/files/patch-ad b/misc/xtar/files/patch-ad new file mode 100644 index 000000000000..440f9a980072 --- /dev/null +++ b/misc/xtar/files/patch-ad @@ -0,0 +1,15 @@ +*** XTar.ad.orig Mon Jul 17 14:00:59 1995 +--- XTar.ad Tue Nov 19 17:46:59 1996 +*************** +*** 1,5 **** + !!!! Help document !!!! +! XTar*helpDoc: /usr/local/lib/X11/xtar/xtar.doc + + !!! Set this to true if you want push buttons !!! + XTar*showPB: False +--- 1,5 ---- + !!!! Help document !!!! +! XTar*helpDoc: /usr/X11R6/lib/X11/xtar/xtar.doc + + !!! Set this to true if you want push buttons !!! + XTar*showPB: False |