From 447cdfdd37e1f3bf479d7cd01308d50742aa56b8 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 25 Apr 1999 20:00:05 +0000 Subject: [PATCH] Double patch removed --- vfs/vfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vfs/vfs.c b/vfs/vfs.c index 339ba1ab4..6df7e5d78 100644 --- a/vfs/vfs.c +++ b/vfs/vfs.c @@ -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; }