Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/12/2006 21:48:08
Module Name:	src
Committed By:	drochner
Date:		Wed Apr 12 21:48:08 UTC 2006

Modified Files:
	src/lib/libarch/i386: i386_get_ioperm.c i386_set_ioperm.c
	src/sys/arch/i386/include: sysarch.h

Log Message:
second step to retire the useless i386_set_ioperm/i386_get_ioperm
calls: remove declarations from public headers
(it still needs to be built for binary compatibility; one might consider
establishing a separate "compat" department as libc does, but these
little wrapper functions aren't worth the effort yet)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libarch/i386/i386_get_ioperm.c \
    src/lib/libarch/i386/i386_set_ioperm.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/i386/include/sysarch.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.