From: David van Moolenbroek Date: Thu, 13 Aug 2009 09:55:50 +0000 (+0000) Subject: move _mount.c from lib/posix to lib/other X-Git-Tag: v3.1.5~203 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-importkey.html?a=commitdiff_plain;h=aae63b5410b6c87fdc7affc5731afc27bfe34b10;p=minix.git move _mount.c from lib/posix to lib/other --- diff --git a/lib/other/Makefile.in b/lib/other/Makefile.in index 61f6c87ad..6a278e29b 100644 --- a/lib/other/Makefile.in +++ b/lib/other/Makefile.in @@ -21,6 +21,7 @@ libc_FILES=" \ _getsysinfo.c \ _lseek64.c \ _mapdriver5.c \ + _mount.c \ _reboot.c \ _sbrk.c \ _seekdir.c \ diff --git a/lib/posix/_mount.c b/lib/other/_mount.c similarity index 100% rename from lib/posix/_mount.c rename to lib/other/_mount.c diff --git a/lib/posix/Makefile.in b/lib/posix/Makefile.in index 1e2bee8b3..9303f1a9f 100644 --- a/lib/posix/Makefile.in +++ b/lib/posix/Makefile.in @@ -54,7 +54,6 @@ libc_FILES=" \ _mkdir.c \ _mkfifo.c \ _mknod.c \ - _mount.c \ _mmap.c \ _open.c \ _opendir.c \