mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 11:52:25 +00:00
Remove HAS_GETHOSTID. (#218)
This is only true on DOS now. It was previously true on older unsupported platforms, but they are gone now.
This commit is contained in:
@@ -139,10 +139,10 @@ void init_ifpage(int sysout_size) {
|
||||
*LASTVMEMFILEPAGE_word = InterfacePage->dllastvmempage;
|
||||
#endif /* BIGVM */
|
||||
|
||||
/* unfortunately, Lisp only looks at a 16 bit serial number */
|
||||
#ifdef HAS_GETHOSTID
|
||||
/* unfortunately, Lisp only looks at a 16 bit serial number */
|
||||
#ifndef DOS
|
||||
InterfacePage->serialnumber = 0xffff & gethostid();
|
||||
#endif /* HAS_GETHOSTID */
|
||||
#endif /* DOS */
|
||||
|
||||
/* get user name and stuff into vmem; this is the VMEM buffer;
|
||||
This is a BCPL string -- it starts with a length count. C strings
|
||||
|
||||
Reference in New Issue
Block a user