bug-cvs
[Top][All Lists]
Advanced

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

RE: [Cvs-cvs] Changes to ccvs/src/main.c


From: Conrad T. Pino
Subject: RE: [Cvs-cvs] Changes to ccvs/src/main.c
Date: Thu, 29 Sep 2005 17:50:56 -0700

> 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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]