After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764574 - build: Fix all statfs() tests failing
build: Fix all statfs() tests failing
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2016-04-04 08:59 UTC by Bastien Nocera
Modified: 2016-04-04 13:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix all statfs() tests failing (1.28 KB, patch)
2016-04-04 08:59 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2016-04-04 08:59:13 UTC
.
Comment 1 Bastien Nocera 2016-04-04 08:59:17 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.
Comment 2 Colin Walters 2016-04-04 12:55:18 UTC
Review of attachment 325310 [details] [review]:

LGTM
Comment 3 Bastien Nocera 2016-04-04 13:10:39 UTC
Attachment 325310 [details] pushed as e9cf9f2 - build: Fix all statfs() tests failing