diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 11:07:18 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-02-12 11:07:18 (GMT) |
commit | bd7029a99b0c2974265c6665638ef14a052f42ab (patch) | |
tree | f5661ba73366d81ef6e91f889ea7fec5ebe07b6b /gl/m4/fsusage.m4 | |
parent | f99612320d6eda67644c07be04bb21aa4d7789db (diff) | |
download | monitoring-plugins-bd7029a99b0c2974265c6665638ef14a052f42ab.tar.gz |
Sync to latest Gnulib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1925 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'gl/m4/fsusage.m4')
-rw-r--r-- | gl/m4/fsusage.m4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gl/m4/fsusage.m4 b/gl/m4/fsusage.m4 index 08bf06c..18eedbc 100644 --- a/gl/m4/fsusage.m4 +++ b/gl/m4/fsusage.m4 | |||
@@ -1,8 +1,7 @@ | |||
1 | #serial 22 | 1 | #serial 23 |
2 | # Obtaining file system usage information. | 2 | # Obtaining file system usage information. |
3 | 3 | ||
4 | # Copyright (C) 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006 Free Software | 4 | # Copyright (C) 1997, 1998, 2000, 2001, 2003-2007 Free Software Foundation, Inc. |
5 | # Foundation, Inc. | ||
6 | # | 5 | # |
7 | # This file is free software; the Free Software Foundation | 6 | # This file is free software; the Free Software Foundation |
8 | # gives unlimited permission to copy and/or distribute it, | 7 | # gives unlimited permission to copy and/or distribute it, |
@@ -55,6 +54,11 @@ one of the corresponding file systems is hard-mounted, but not available. | |||
55 | statvfs in GNU libc on BeOS operates differently: it only makes a system | 54 | statvfs in GNU libc on BeOS operates differently: it only makes a system |
56 | call. | 55 | call. |
57 | #endif | 56 | #endif |
57 | |||
58 | #ifdef __osf__ | ||
59 | "Do not use Tru64's statvfs implementation" | ||
60 | #endif | ||
61 | |||
58 | #include <sys/statvfs.h>], | 62 | #include <sys/statvfs.h>], |
59 | [struct statvfs fsd; statvfs (0, &fsd);], | 63 | [struct statvfs fsd; statvfs (0, &fsd);], |
60 | fu_cv_sys_stat_statvfs=yes, | 64 | fu_cv_sys_stat_statvfs=yes, |