> From: Mark D. Baushke > > If/when the open fails, the code falls back on other behavior, so it > need not be in a conditional compile block. Who knows, someone may > provide support for a /dev/urandom to windows some day.
That may be true but that does nothing to fix the Windows build since the "O_NOCTTY" constant is still undefined. Adding the constant with a value of 0 to the precursors of "windows-NT/config.h" is easy enough. Do we need to add this constant to "configure" or "m4" stuff? _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
