mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Unbreak building of fstat following version 1.23 of
src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
This commit is contained in:
parent
c887ca5b8a
commit
d8aadd88cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101872
@ -64,10 +64,10 @@ __FBSDID("$FreeBSD$");
|
||||
#define _KERNEL
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/mount.h>
|
||||
#include <ufs/ufs/quota.h>
|
||||
#include <ufs/ufs/inode.h>
|
||||
#include <fs/devfs/devfs.h>
|
||||
#include <sys/mount.h>
|
||||
#undef _KERNEL
|
||||
#include <nfs/nfsproto.h>
|
||||
#include <nfs/rpcv2.h>
|
||||
|
Loading…
Reference in New Issue
Block a user