From ec99a4821fce650872e713e46134ac8226af6f2c Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 14 Sep 2004 22:39:56 +0000 Subject: KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned int instead of int; millert ok --- lib/libkvm/kvm_open.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkvm/kvm_open.3') diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index b6a1dee6648..bccd0360c2c 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_open.3,v 1.9 2003/06/02 20:18:41 millert Exp $ +.\" $OpenBSD: kvm_open.3,v 1.10 2004/09/14 22:39:56 deraadt Exp $ .\" $NetBSD: kvm_open.3,v 1.2 1996/03/18 22:33:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -48,7 +48,7 @@ .Ft kvm_t * .Fn kvm_open "const char *execfile" "const char *corefile" "char *swapfile" "int flags" "const char *errstr" .Ft kvm_t * -.Fn kvm_openfiles "const char *execfile" "const char *corefile" "char *swapfile" "int flags" "char *errbuf" +.Fn kvm_openfiles "const char *execfile" "const char *corefile" "char *swapfile" "unsigned int flags" "char *errbuf" .Ft int .Fn kvm_close "kvm_t *kd" .Sh DESCRIPTION -- cgit v1.2.3-59-g8ed1b