From: David Kalnischkies Date: Tue, 20 Oct 2009 05:39:22 +0000 (+0200) Subject: Fix revno 1831.1.13 as i forget to add the definition to config.h.in X-Git-Tag: 0.7.25~8^2~5^2~12 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/0883532c8b3a2464498c33dbcff21bc13692cddc 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) --- 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