diff options
author | bde <bde@FreeBSD.org> | 1997-03-13 21:11:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-13 21:11:33 +0000 |
commit | db004d74c87a0b50369d35291f1901c6f4746444 (patch) | |
tree | 6f7dd19f09b03b334bcf3816f9de2ab6024d6afc /lib/libc/sys/mount.2 | |
parent | 644bc160b060c08b7d59871dc02a94d2bc738966 (diff) | |
download | FreeBSD-src-db004d74c87a0b50369d35291f1901c6f4746444.zip FreeBSD-src-db004d74c87a0b50369d35291f1901c6f4746444.tar.gz |
Updated prototype for mount() to match Lite2 reality for the 1st arg
and Lite1 or earlier reality for the 4th arg.
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 41948b8..e42b8ff 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -42,7 +42,7 @@ .Fd #include <sys/param.h> .Fd #include <sys/mount.h> .Ft int -.Fn mount "int type" "const char *dir" "int flags" "caddr_t data" +.Fn mount "const char *name" "const char *dir" "int flags" "void *data" .Ft int .Fn unmount "const char *dir" "int flags" .Sh DESCRIPTION |