mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-02 17:54:38 +00:00
Merge branch 'master' of https://github.com/interlisp/maiko into cygwin3
This commit is contained in:
@@ -231,7 +231,6 @@ typedef signed char s_char;
|
||||
/********************************************************/
|
||||
#ifdef OS5
|
||||
/* Solaris, sort of SYSV-ish, but not really */
|
||||
#undef HAS_GETHOSTID
|
||||
#define SYSVSIGNALS 1
|
||||
#define NOFORN
|
||||
#define LOCK_X_UPDATES 1
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
|
||||
#ifndef DOS
|
||||
#include <pwd.h>
|
||||
#else
|
||||
#undef HAS_GETHOSTID
|
||||
#endif /* DOS */
|
||||
#endif
|
||||
|
||||
#include "hdw_conf.h"
|
||||
#include "lispemul.h"
|
||||
|
||||
@@ -40,10 +40,6 @@
|
||||
#include "osmsgdefs.h"
|
||||
#include "uraiddefs.h"
|
||||
|
||||
#ifdef OS5
|
||||
#define gethostid() 0
|
||||
#endif /* OS5 */
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* l i s p _ s t r i n g _ t o _ c _ s t r i n g */
|
||||
|
||||
Reference in New Issue
Block a user