]> Zhao Yanbai Git Server - minix.git/commitdiff
move _mount.c from lib/posix to lib/other
authorDavid van Moolenbroek <david@minix3.org>
Thu, 13 Aug 2009 09:55:50 +0000 (09:55 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 13 Aug 2009 09:55:50 +0000 (09:55 +0000)
lib/other/Makefile.in
lib/other/_mount.c [moved from lib/posix/_mount.c with 100% similarity]
lib/posix/Makefile.in

index 61f6c87adff223f7107c052931d097873e9692ff..6a278e29b9f9a0262623838781633dc310474949 100644 (file)
@@ -21,6 +21,7 @@ libc_FILES=" \
        _getsysinfo.c \
        _lseek64.c \
        _mapdriver5.c \
+       _mount.c \
        _reboot.c \
        _sbrk.c \
        _seekdir.c \
similarity index 100%
rename from lib/posix/_mount.c
rename to lib/other/_mount.c
index 1e2bee8b3163a7a91a2e5c3b611ba62b77a3ffd0..9303f1a9f59d4494b6db3690fe843722cd1d9b4e 100644 (file)
@@ -54,7 +54,6 @@ libc_FILES=" \
        _mkdir.c \
        _mkfifo.c \
        _mknod.c \
-       _mount.c \
        _mmap.c \
        _open.c \
        _opendir.c \