GNOME Bugzilla – Bug 583926
NetBSD doesn't have sys/vfs.h
Last modified: 2009-05-26 22:39:33 UTC
plugins/cd-recorder/rb-recorder-gst.c unconditionally includes sys/vfs.h which doesn't exist at least on NetBSD. A configure check should test for it and include it only if it exists. On NetBSD, compilation succeeds without it, so please test if it is needed at all.
commit 868b4b862878bfa2ee86e40d97021bc110846da7 Author: Jonathan Matthew <jonathan@d14n.org> Date: Wed May 27 08:37:02 2009 +1000 cd-recorder: don't include sys/vfs.h (bug #583926)