bug-cvs
[Top][All Lists]
Advanced

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

CVS 1.11.5 on SCO OSR 5.0.6


From: Jean-Pierre Radley
Subject: CVS 1.11.5 on SCO OSR 5.0.6
Date: Sun, 26 Jan 2003 13:54:10 -0500
User-agent: Mutt/1.5.3i

In order to build CVS 1.11.5 on SCO's OpenServer 5.0.6, I had to add this
snippet to config.h.in:

        /* JPRadley borrowed the following from Samba source code: */
        /* Some systems (SCO) treat UNIX domain sockets as FIFOs */

        #ifndef S_IFSOCK
        #define S_IFSOCK S_IFIFO
        #endif

        #ifndef S_ISSOCK
        #define S_ISSOCK(mode)  ((mode & S_IFSOCK) == S_IFSOCK)
        #endif

-- 
JP




reply via email to

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