Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 09/13/2003 16:59:31
Module Name:	src
Committed By:	erh
Date:		Sat Sep 13 16:59:31 UTC 2003

Modified Files:
	src/sys/sys: uio.h
	src/usr.sbin/ipf: Makefile.inc

Log Message:
PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSE
ifdef.  Define this when building ipf, since it shares code between the
kernel and userland and uses struct uio.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/sys/uio.h
cvs rdiff -r1.9 -r1.10 src/usr.sbin/ipf/Makefile.inc

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