From c1fac80331ab5740c240c0c2baeca19225626d47 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jan 2001 10:25:08 +0000 Subject: Update. * include/sys/statvfs.h: New file. --- sysdeps/posix/fpathconf.c | 1 + sysdeps/posix/pathconf.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/posix') diff --git a/sysdeps/posix/fpathconf.c b/sysdeps/posix/fpathconf.c index c92afb9..93f0b99 100644 --- a/sysdeps/posix/fpathconf.c +++ b/sysdeps/posix/fpathconf.c @@ -21,6 +21,7 @@ #include #include #include +#include /* Get file-specific information about descriptor FD. */ diff --git a/sysdeps/posix/pathconf.c b/sysdeps/posix/pathconf.c index f6d0253..edb3961 100644 --- a/sysdeps/posix/pathconf.c +++ b/sysdeps/posix/pathconf.c @@ -22,6 +22,8 @@ #include #include #include +#include + /* Get file-specific information about PATH. */ long int @@ -163,7 +165,6 @@ __pathconf (const char *path, int name) return 32; #endif - case _PC_REC_INCR_XFER_SIZE: /* XXX It is not entirely clear what the limit is supposed to do. What is incremented? */ -- cgit v1.1