From 86fe7aa2af37b083cbeec4f2a61587433f41145f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 25 Jun 2007 14:23:21 +0000 Subject: [PATCH] Fixed stat() to support rdev, blocksize and blocks on Fedora 7 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 3c59983bbd..9ac2c43bc2 100644 --- a/configure.in +++ b/configure.in @@ -371,6 +371,7 @@ sys/poll.h \ sys/resource.h \ sys/select.h \ sys/socket.h \ +sys/stat.h \ sys/statfs.h \ sys/statvfs.h \ sys/vfs.h \ -- 2.50.1