1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Reduce namespace pollution to userland.

Spotted-by:	bde
This commit is contained in:
Scott Long 2002-10-28 17:08:07 +00:00
parent 1907a57b5f
commit 3754626f78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106087

View File

@ -46,7 +46,9 @@
#include <sys/uio.h>
#include <sys/param.h>
#ifdef _KERNEL
#include <sys/lock.h>
#endif
/*
* First, define system-dependent types and constants.