diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-20 07:39:22 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-20 07:39:22 +0200 |
commit | 0883532c8b3a2464498c33dbcff21bc13692cddc (patch) | |
tree | d811b645b49679d4c9c1a0e080c67f51f183b3fb /buildlib | |
parent | 20382badcd5394808c6c8161a165891027a30726 (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.in | 1 |
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 |