New Patches for SCO OpenServer 5.0.X and UnixWare 7.1.X and OpenUNIX 8.0.0
Boyd Lynn Gerber <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Here are some patches that will not effect non SCO OS's. These have to be applied to compile on the OS's in the Subject line. The previous ones posted could make problems on other OS's. tt, -- Boyd Gerber <[email protected]> ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 _______________________________________________ Bug-cvs mailing list [email protected] http://mail.gnu.org/mailman/listinfo/bug-cvs
diff-system.h.patch
(text/plain, 346 B)
*** diff/system.h.org Tue Sep 24 14:47:08 2002 --- diff/system.h Thu May 8 23:16:10 2003 *************** *** 38,43 **** --- 38,49 ---- #define VOID char #endif + #if defined(__SCO_VERSION__) + # ifndef S_ISSOCK + # define S_ISSOCK S_ISNAM + # endif + #endif + #if STAT_MACROS_BROKEN #undef S_ISBLK #undef S_ISCHR
lib-system.h.patch
(text/plain, 367 B)
*** lib/system.h.org Thu Sep 19 20:48:59 2002 --- lib/system.h Thu May 8 23:16:32 2003 *************** *** 14,19 **** --- 14,25 ---- #include <sys/types.h> #include <sys/stat.h> + #if defined(__SCO_VERSION__) + # ifndef S_ISSOCK + # define S_ISSOCK S_ISNAM + # endif + #endif + #ifdef STAT_MACROS_BROKEN #undef S_ISBLK #undef S_ISCHR