Updated prototype for mount() to match Lite2 reality for the 1st arg

and Lite1 or earlier reality for the 4th arg.
This commit is contained in:
Bruce Evans 1997-03-13 21:11:33 +00:00
parent 25292acb24
commit 1fe82dfebf

View File

@ -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