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 743234 - Support *BSD uuid functions
Support *BSD uuid functions
Status: RESOLVED FIXED
Product: gupnp-tools
Classification: Other
Component: General
0.8.x
Other NetBSD
: Normal major
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-20 10:23 UTC by Thomas Klausner
Modified: 2019-02-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding UUID support. (948 bytes, patch)
2015-01-20 10:24 UTC, Thomas Klausner
none Details | Review
Missed one ifdef FreeBSD, added (972 bytes, patch)
2015-01-20 10:26 UTC, Thomas Klausner
none Details | Review

Description Thomas Klausner 2015-01-20 10:23:51 UTC
Similarly to bug #743072, the attached patch (against 0.8.9) adds UUID support using the builtin UUID functions from libc on FreeBSD, NetBSD, and DragonFly BSD.
Comment 1 Thomas Klausner 2015-01-20 10:24:35 UTC
Created attachment 294965 [details] [review]
Patch adding UUID support.
Comment 2 Thomas Klausner 2015-01-20 10:26:10 UTC
Created attachment 294967 [details] [review]
Missed one ifdef FreeBSD, added
Comment 3 Jens Georg 2015-06-24 11:34:05 UTC
THanks. I have merged your UUID work into libguul and that into GUPnP. I have patches for network-light to use gupnp_get_uuid() so this patch for network light is obsolete now.