From owner-cvs-all Wed Dec 16 08:06:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02788 for cvs-all-outgoing; Wed, 16 Dec 1998 08:06:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02783; Wed, 16 Dec 1998 08:06:29 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA21542; Wed, 16 Dec 1998 08:06:30 -0800 (PST) Date: Wed, 16 Dec 1998 08:06:30 -0800 (PST) Message-Id: <199812161606.IAA21542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_exec.c src/sys/sys sysctl.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/16 08:06:29 PST Modified files: sys/kern kern_exec.c sys/sys sysctl.h Log: Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passed across the kernel -> application interface, and for the one sysctl where they were passed and actually used (kern.ps_strings), the applications want addresses represented as u_longs anyway (the other sysctl that passed them, kern.usrstack, has never been used). Agreed to by: dfr, phk Revision Changes Path 1.89 +4 -5 src/sys/kern/kern_exec.c 1.67 +1 -6 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message