Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion inc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions src/initsout.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@

#ifndef DOS
#include <pwd.h>
#else
#undef HAS_GETHOSTID
#endif /* DOS */
#endif

#include "hdw_conf.h"
#include "lispemul.h"
Expand Down
4 changes: 0 additions & 4 deletions src/uutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down