projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b610d4
)
Include <sys/statvfs.h>.
author
drepper
<drepper>
Thu, 25 Jan 2001 10:23:29 +0000
(10:23 +0000)
committer
drepper
<drepper>
Thu, 25 Jan 2001 10:23:29 +0000
(10:23 +0000)
sysdeps/posix/fpathconf.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/fpathconf.c
b/sysdeps/posix/fpathconf.c
index
c92afb9
..
93f0b99
100644
(file)
--- a/
sysdeps/posix/fpathconf.c
+++ b/
sysdeps/posix/fpathconf.c
@@
-21,6
+21,7
@@
#include <unistd.h>
#include <limits.h>
#include <sys/statfs.h>
+#include <sys/statvfs.h>
/* Get file-specific information about descriptor FD. */