1
1
Этот коммит содержится в:
Miguel de Icaza 1999-04-25 20:00:05 +00:00
родитель d8c040ccb0
Коммит 447cdfdd37

Просмотреть файл

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