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 696858 - prevent implicit declaration of WIFEXITED
prevent implicit declaration of WIFEXITED
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
3.8.x (obsolete)
Other OpenBSD
: Normal major
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-03-29 14:56 UTC by Antoine Jacoutot
Modified: 2013-03-30 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
include sys/wait.h (742 bytes, patch)
2013-03-29 14:56 UTC, Antoine Jacoutot
accepted-commit_now Details | Review

Description Antoine Jacoutot 2013-03-29 14:56:56 UTC
Created attachment 240124 [details] [review]
include sys/wait.h

Hi.

This patch unbreaks the build on OpenBSD.
WIFEXITED is defined in sys/wait.h.

Would that be alright to push?
Comment 1 Matthew Barnes 2013-03-29 15:20:10 UTC
Yes, go ahead and push to master and gnome-3-8 branches.
Comment 2 Antoine Jacoutot 2013-03-30 11:46:21 UTC
Thanks Matthew.