[Libsysio-commit] HEAD: libsysio/drivers/incore fs_incore.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-05-01 15:30:57
|
Update of /cvsroot/libsysio/libsysio/drivers/incore In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31415 Modified Files: fs_incore.c Log Message: Changed the comment about uid and group specifier to reflect reality. Index: fs_incore.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/incore/fs_incore.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -w -b -B -p -r1.30 -r1.31 --- fs_incore.c 30 Apr 2007 23:24:12 -0000 1.30 +++ fs_incore.c 1 May 2007 15:30:52 -0000 1.31 @@ -535,7 +535,7 @@ _sysio_incore_fsswop_mount(const char *s * Source is a specification for the root attributes of this * new file system in the format: * - * <permissions>[+<owner>][-<group>] + * <permissions>[+<owner>][+<group>] */ ul = strtoul(source, &cp, 0); mode = (mode_t )ul & 07777; |