summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mount.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-14 02:21:06 +0000
committerderaadt <deraadt@openbsd.org>1995-12-14 02:21:06 +0000
commit025f99edb58dde685af4fa39d88614f1815bb11d (patch)
treef4741ae2db36d5f3df399bf708f3471afde77bf0 /lib/libc/sys/mount.2
parentmake first arg of strtod/strtoq const (diff)
downloadwireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.tar.xz
wireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.zip
from netbsd:
add & fix a bunch of system call pages
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r--lib/libc/sys/mount.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 15b9b0ad472..4c00bff8434 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount.2,v 1.8.2.1 1995/11/01 00:06:16 jtc Exp $
+.\" $NetBSD: mount.2,v 1.10 1995/11/28 06:41:53 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,7 +44,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 "char *type" "const char *dir" "int flags" "void *data"
.Ft int
.Fn unmount "const char *dir" "int flags"
.Sh DESCRIPTION