summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-03-18 08:47:41 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-03-18 08:47:41 (GMT)
commit68050d0b0481035ad8aacc7711a0abc5f2ba9d29 (patch)
treef8b39696104a6b084a9c35f050e74d95a03009b0 /lib
parent0afcd0017603a9f6866f03b2f7e514c6050157f7 (diff)
downloadmonitoring-plugins-68050d0b0481035ad8aacc7711a0abc5f2ba9d29.tar.gz
stop warning on autoheader 2.13
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@433 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib')
-rw-r--r--lib/ls-mntd-fs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ls-mntd-fs.m4 b/lib/ls-mntd-fs.m4
index 695b3ba..b13198c 100644
--- a/lib/ls-mntd-fs.m4
+++ b/lib/ls-mntd-fs.m4
@@ -129,7 +129,7 @@ if test -z "$ac_list_mounted_fs"; then
129 AC_DEFINE(MOUNTED_VMOUNT, 1, 129 AC_DEFINE(MOUNTED_VMOUNT, 1,
130 [Define if there is a function named mntctl that can be used to read 130 [Define if there is a function named mntctl that can be used to read
131 the list of mounted filesystems, and there is a system header file 131 the list of mounted filesystems, and there is a system header file
132 that declares `struct vmount.' (AIX)]) 132 that declares struct vmount. (AIX)])
133 fi 133 fi
134fi 134fi
135 135