Displaying 1 result from an estimated 1 matches for "skipblk".
Did you mean:
skipblks
1998 Apr 12
0
Long file name support for smbclient
...+
if ((unoct(hb->dbuf.mode, sizeof(hb->dbuf.mode)) & S_IFDIR)
|| (*(finfo->name+strlen(finfo->name)-1) == '\\'))
{
@@ -1309,7 +1330,9 @@
do {
if (!fsize)
{
- switch (readtarheader((union hblock *) bufferp, &finfo, cur_dir))
+ int result, skipblks;
+ result=readtarheader((union hblock *) bufferp, &finfo, cur_dir);
+ switch (result)
{
case -2: /* something dodgy but not fatal about this */
DEBUG(0, ("skipping %s...\n", finfo.name));
@@ -1325,8 +1348,18 @@
("total of %d tar files r...