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 650886 - adapt SO_PEERCRED usage for OpenBSD
adapt SO_PEERCRED usage for OpenBSD
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
3.0.x
Other OpenBSD
: Normal major
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-05-23 16:57 UTC by Antoine Jacoutot
Modified: 2011-05-24 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use struct sopeercred for OpenBSD (361 bytes, patch)
2011-05-23 16:57 UTC, Antoine Jacoutot
none Details | Review

Description Antoine Jacoutot 2011-05-23 16:57:45 UTC
Created attachment 188405 [details] [review]
use struct sopeercred for OpenBSD

Hi.

On OpenBSD getsockopt gets SO_PEERCRED from the sockpeercred structure not ucred like under Linux.
This diff fixes that.

Thoughts?
Comment 1 Stef Walter 2011-05-24 08:02:55 UTC
Looks good to me, merged into gnome-3-0 branch.