mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
New 2.0 specific changes.
Reviewed by: Submitted by:
This commit is contained in:
parent
aeddb76205
commit
7129790a6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1969
@ -24,10 +24,15 @@
|
||||
#include "fsusg.h"
|
||||
|
||||
#if STAT_STATFS2_BSIZE
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#else
|
||||
#ifndef _IBMR2 /* 4.3BSD, SunOS 4, HP-UX, AIX PS/2. */
|
||||
#include <sys/vfs.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if STAT_STATFS2_FSIZE /* 4.4BSD. */
|
||||
#include <sys/mount.h>
|
||||
|
Loading…
Reference in New Issue
Block a user