From owner-cvs-sys Tue Jan 16 01:57:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01111 for cvs-sys-outgoing; Tue, 16 Jan 1996 01:57:37 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01096 Tue, 16 Jan 1996 01:57:33 -0800 (PST) Date: Tue, 16 Jan 1996 01:57:33 -0800 (PST) From: Bruce Evans Message-Id: <199601160957.BAA01096@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/16 01:57:31 Modified: sys/sys systm.h Log: Removed declarations of nonexistent functions copyoutstr(), fuiword() and suiword(). They are no longer referenced in the machine-independent code (I think fuiword() and suiword() were only used by old versions of ptrace(), and copyoutstr() by old versions of exec). Added `const' where appropriate. Changed u_int to size_t' where appropriate. Named last arg of copystr() and copyinstr() better. Revision Changes Path 1.33 +10 -11 src/sys/sys/systm.h