12 lines
316 B
Diff
12 lines
316 B
Diff
|
--- coreutils-8.4.orig/src/tail.c 2010-01-03 18:06:20.000000000 +0100
|
||
|
+++ coreutils-8.4/src/tail.c 2010-03-24 17:44:09.709925764 +0100
|
||
|
@@ -54,7 +54,7 @@
|
||
|
|
||
|
/* inotify needs to know if a file is local. */
|
||
|
# include "fs.h"
|
||
|
-# if HAVE_SYS_STATFS_H
|
||
|
+# if HAVE_SYS_STATVFS_H
|
||
|
# include <sys/statfs.h>
|
||
|
# endif
|
||
|
#endif
|