New 2.0 specific changes.

Reviewed by:
Submitted by:
This commit is contained in:
Jordan K. Hubbard 1994-08-08 20:24:29 +00:00
parent aeddb76205
commit 7129790a6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1969

View File

@ -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>