pkgsrc-Bugs archive

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

Re: pkg/54628 (x11/libXdmcp fails to build on Solaris 11)



I think this patch may cause issues on other operating systems, since
getentropy() is normally defined in unistd.h

Can I propose to include sys/random.h only on Solaris:

#ifdef HAVE_GETENTROPY
 #if defined(__sun) && defined(__SVR4)
  #include <sys/random.h>
 #endif
#endif



Home | Main Index | Thread Index | Old Index