From 1fe82dfebfc2b38fd0a7b56b355705ca954a1612 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 13 Mar 1997 21:11:33 +0000 Subject: Updated prototype for mount() to match Lite2 reality for the 1st arg and Lite1 or earlier reality for the 4th arg. --- lib/libc/sys/mount.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 41948b8b7437..e42b8ff7455f 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -42,7 +42,7 @@ .Fd #include .Fd #include .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 -- cgit v1.3