True64 fix from Aron Griffis: we need to `#include <sys/bitypes.h>' here.
2000-02-24 Martin Baulig <martin@home-of-linux.org> * fsusage.c: True64 fix from Aron Griffis: we need to `#include <sys/bitypes.h>' here.
This commit is contained in:
committed by
Martin Baulig
parent
da16460aad
commit
d6a6d70c75
@@ -1,3 +1,8 @@
|
||||
2000-02-24 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* fsusage.c: True64 fix from Aron Griffis: we need to
|
||||
`#include <sys/bitypes.h>' here.
|
||||
|
||||
2000-01-20 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* fsusage.c (adjust_blocks): Use `u_int64_t' arguments and
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
#include "fsusage.h"
|
||||
|
||||
int statfs ();
|
||||
|
||||
Reference in New Issue
Block a user