summaryrefslogtreecommitdiff
path: root/buildlib
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-10-20 07:39:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-10-20 07:39:22 +0200
commit0883532c8b3a2464498c33dbcff21bc13692cddc (patch)
treed811b645b49679d4c9c1a0e080c67f51f183b3fb /buildlib
parent20382badcd5394808c6c8161a165891027a30726 (diff)
Fix revno 1831.1.13 as i forget to add the definition to config.h.in
[cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313)
Diffstat (limited to 'buildlib')
-rw-r--r--buildlib/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in
index eddb16246..b3609a700 100644
--- a/buildlib/config.h.in
+++ b/buildlib/config.h.in
@@ -22,6 +22,7 @@
/* These two are used by the statvfs shim for glibc2.0 and bsd */
/* Define if we have sys/vfs.h */
#undef HAVE_VFS_H
+#undef HAVE_STRUCT_STATFS_F_TYPE
/* Define if we have sys/mount.h */
#undef HAVE_MOUNT_H