1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Fix duplicate linux_mount definition

This commit is contained in:
Jonathan Lemon 2001-02-20 02:16:07 +00:00
parent 3d92fc05aa
commit 6de4a7300a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72733

View File

@ -59,9 +59,7 @@
18 UNIMPL LINUX
19 STD LINUX { int linux_lseek(int fdes, long off, int whence); }
20 NOPROTO LINUX { int getpid(void); }
21 STD LINUX { int linux_mount(char *specialfile, char *dir, \
char *filesystemtype, u_long rwflag, \
void *data); }
21 UNIMPL LINUX
22 STD LINUX { int linux_umount(char *path); }
23 NOPROTO LINUX { int setuid(uid_t uid); }
24 NOPROTO LINUX { int getuid(void); }
@ -385,7 +383,9 @@
299 UNIMPL LINUX
300 STD LINUX { int linux_bdflush(void); }
301 UNIMPL LINUX sethae
302 STD LINUX { int linux_mount(void); }
302 STD LINUX { int linux_mount(char *specialfile, char *dir, \
char *filesystemtype, u_long rwflag, \
void *data); }
303 UNIMPL LINUX old_adjtimex
304 STD LINUX { int linux_swapoff(void); }
305 STD LINUX { int linux_getdents(int fd, void *dent, \