From owner-cvs-all Wed Dec 16 08:28:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06246 for cvs-all-outgoing; Wed, 16 Dec 1998 08:28:59 -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 IAA06241; Wed, 16 Dec 1998 08:28:57 -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 IAA22922; Wed, 16 Dec 1998 08:28:58 -0800 (PST) Date: Wed, 16 Dec 1998 08:28:58 -0800 (PST) Message-Id: <199812161628.IAA22922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/i386/ibcs2 ibcs2_util.h src/sys/i386/linux linux_sysvec.c linux_util.h src/sys/kern kern_exec.c src/sys/pc98/i386 machdep.c src/sys/sys exec.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/16 08:28:58 PST Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/i386/ibcs2 ibcs2_util.h sys/i386/linux linux_sysvec.c linux_util.h sys/kern kern_exec.c sys/pc98/i386 machdep.c sys/sys exec.h Log: Removed the cast to a pointer in the definition of PS_STRINGS and adjusted related casts to match (only in the kernel in this commit). The pointer was only wanted in one place in kern_exec.c. Applications should use the kern.ps_strings sysctl instead of PS_STRINGS, so they shouldn't notice this change. Revision Changes Path 1.27 +3 -4 src/sys/alpha/alpha/machdep.c 1.319 +2 -2 src/sys/i386/i386/machdep.c 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_util.h 1.40 +2 -2 src/sys/i386/linux/linux_sysvec.c 1.7 +2 -2 src/sys/i386/linux/linux_util.h 1.90 +3 -4 src/sys/kern/kern_exec.c 1.103 +2 -2 src/sys/pc98/i386/machdep.c 1.21 +2 -3 src/sys/sys/exec.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message