]> git.saurik.com Git - apt.git/commitdiff
Fix revno 1831.1.13 as i forget to add the definition to config.h.in
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Oct 2009 05:39:22 +0000 (07:39 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Oct 2009 05:39:22 +0000 (07:39 +0200)
[cmdline/apt-get.cc] check for availability ofstatfs.f_type
Patch from Robert Millan, thanks! (Closes: #509313)

buildlib/config.h.in

index eddb162469aa8025cc2a5d1d874cb9efff9439c9..b3609a7005e80959d629728319bb5e038455aa3a 100644 (file)
@@ -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