[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

issetugid(2)



Hi,

Xlib uses AC_CHECK_FUNC(issetugid) in configure.ac, and then
#include <unistd.h>
issetugid();
in the code.  On Linux everything's fine because libc doesn't have that
function.  OTOH kfreebsd explodes with a missing prototype, see
https://buildd.debian.org/status/fetch.php?pkg=libx11&arch=kfreebsd-amd64&ver=2%3A1.4.99.901-1&stamp=1334874367

Is that function defined somewhere on kfreebsd?  If so, where?  And
shouldn't unistd.h pull that in?

Thanks,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: