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:
Martin Baulig
2000-02-24 12:43:20 +00:00
committed by Martin Baulig
parent da16460aad
commit d6a6d70c75
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -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
+3
View File
@@ -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 ();