Double patch removed

This commit is contained in:
Miguel de Icaza 1999-04-25 20:00:05 +00:00
parent d8c040ccb0
commit 447cdfdd37
1 changed files with 0 additions and 1 deletions

View File

@ -1445,7 +1445,6 @@ int vfs_parse_filemode (char *p)
case 's': res |= 0010 | S_ISGID; break;
case 'l': /* Solaris produces these */
case 'S': res |= S_ISGID; break;
case 'l': break; /* ignore mandatory locking, dunno what to do with this*/
case '-': break;
default: return -1;
}