GNOME Bugzilla – Bug 668946
info: use proper includes for BSD
Last modified: 2012-01-30 11:18:36 UTC
Created attachment 206349 [details] [review] use proper includes for BSD <sys/vfs.h> does not exist on BSDs. Instead, statfs() requires sys/param.h and sys/mount.h. This patch fixes that. OK to push?
(In reply to comment #0) > Created an attachment (id=206349) [details] [review] > use proper includes for BSD > > <sys/vfs.h> does not exist on BSDs. > Instead, statfs() requires sys/param.h and sys/mount.h. > > This patch fixes that. > OK to push? statfs isn't present in any of that code. commit dc7abc26c06329d07cba7da4cdcce9c7d251dd81 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Jan 30 11:16:54 2012 +0000 info: Remove unnecessary and non-portable include https://bugzilla.gnome.org/show_bug.cgi?id=668946