diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-14 20:56:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-14 20:56:14 +0000 |
commit | 2e388ac3c6d30ff7e57718ef0038a94f60566c83 (patch) | |
tree | 139930b29dd865b0105e4d51538980057548c012 /lib/libc/sys/mprotect.2 | |
parent | d1c0f4b9b4a1359d908d580975069894c630d0e7 (diff) |
convert to void *addr
Diffstat (limited to 'lib/libc/sys/mprotect.2')
-rw-r--r-- | lib/libc/sys/mprotect.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index 4870751bbc1..2c0662a75a5 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -43,7 +43,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/mman.h> .Ft int -.Fn mprotect "caddr_t addr" "size_t len" "int prot" +.Fn mprotect "void *addr" "size_t len" "int prot" .Sh DESCRIPTION The .Fn mprotect |