]> Zhao Yanbai Git Server - minix.git/commit
- Moved (u)mount prototypes from unistd.h to sys/mount.h.
authorThomas Veerman <thomas@minix3.org>
Wed, 12 Aug 2009 19:57:37 +0000 (19:57 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 12 Aug 2009 19:57:37 +0000 (19:57 +0000)
commitc2ffe723d1ab237ffd801657f2c50f5d095a406a
treeec7459a1b6bf107ae52eb1021d50676145704067
parent1defc4fc3abd6c1ae1083d18e50babbc5c950b7c
 - Moved (u)mount prototypes from unistd.h to sys/mount.h.
 - Prepared mount system call to accept multiple mount flags
   instead of just read_only (however, it remains backwards
   compatible).
 - Updated the man mount(2) to reflect new header file usage.
 - Updated badblocks, newroot, mount, and umount commands to use the
   new header file.
commands/simple/badblocks.c
commands/simple/mount.c
commands/simple/newroot.c
commands/simple/umount.c
include/sys/mount.h [new file with mode: 0755]
include/unistd.h
lib/posix/_mount.c
man/man2/mount.2