Displaying 1 result from an estimated 1 matches for "long_file_name".
Did you mean:
lo_file_name
1998 Apr 12
0
Long file name support for smbclient
...Thumb.COM/~rob
"The notion of errors is ill-defined." - IRIX 'netstat' man page
-------------- next part --------------
--- clitar.c.orig2 Sat Apr 11 13:45:45 1998
+++ clitar.c Sat Apr 11 18:08:45 1998
@@ -155,6 +155,7 @@
long chk, fchk;
int i;
char *jp;
+ static char *long_file_name;
/*
* read in a "standard" tar format header - we're not that interested
@@ -184,23 +185,43 @@
return -1;
}
- strcpy(finfo->name, prefix);
-
- /* use l + 1 to do the null too; do prefix - prefcnt to zap leading slash */
- unfixtarname(finfo->name + strl...