Date: Tue, 16 Jan 1996 01:57:33 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Message-ID: <199601160957.BAA01096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601160957.BAA01096>