Date: Wed, 16 Dec 1998 10:31:52 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libkvm kvm_proc.c Message-ID: <199812161831.KAA01062@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/12/16 10:31:51 PST Modified files: lib/libkvm kvm_proc.c Log: Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This fixes a type mismatch in the call to kvm_uread(). The bug has gone undetected for almost 3 years because kvm_uproc()'s protoype has been disabled for almost 4 years. Trust sysctlbyname() to work properly if it succeeds. Fixed style bugs in revs. 1.19 and 1.22. Revision Changes Path 1.23 +12 -17 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812161831.KAA01062>