GNOME Bugzilla – Bug 764574
build: Fix all statfs() tests failing
Last modified: 2016-04-04 13:10:42 UTC
.
Created attachment 325310 [details] [review] build: Fix all statfs() tests failing The current statfs() compilation tests all fail because statfs() expects the first argument to be non-null. Pass a dummy path instead of NULL to satisfy the compiler.
Review of attachment 325310 [details] [review]: LGTM
Attachment 325310 [details] pushed as e9cf9f2 - build: Fix all statfs() tests failing