1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Don't depend on namespace pollution in sys/mount.h and

include sys/uio.h.
This commit is contained in:
Maxime Henrion 2002-08-13 16:07:39 +00:00
parent a654c53e16
commit eddb9a0d78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101829
4 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
#include <err.h>
#include <stdio.h>

View File

@ -50,6 +50,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
#include <err.h>
#include <stdio.h>

View File

@ -48,6 +48,7 @@
#include <sys/file.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
#include <err.h>
#include <errno.h>

View File

@ -51,6 +51,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
#include <err.h>
#include <stdio.h>