GNOME Bugzilla – Bug 147707
FreeBSD dosn't have strndup
Last modified: 2004-12-22 21:47:04 UTC
FreeBSD is lacking a strndup implementation that gst_value_deserialize_fraction needs.
Created attachment 29579 [details] [review] Patch using malloc and strncpy to workaround strndup
doh, I'll use g_strndup instead. Andrew, it'd be nice if a FreeBSD buildbot slave could be set up. What do you think ?