empserver/src
Markus Armbruster 422a8cea73 (io_select, io_init, io_open, io_close, io_output, io_flush, io_write,
io_puts, iom_create, iom_getmask, iom_set, iom_clear, iom_zero):
Portability bug: io_select() passed bit_fdmask to select().  This
breaks the fd_set abstraction, and works only with the traditional
Unix implementation of fd_set.  Use fd_set and its operations instead.
Remove unused source files.  Note: the offending code is currently
unsued.  But it's a time bomb, and fixing it also replaces a bunch of
code by standard library services.
2004-01-15 14:32:00 +00:00
..
client Unused, remove. 2004-01-15 14:07:15 +00:00
doconfig (index, rindex): Obsolete BSDisms; remove. Use standard strchr() and 2004-01-08 18:15:13 +00:00
lib (io_select, io_init, io_open, io_close, io_output, io_flush, io_write, 2004-01-15 14:32:00 +00:00
scripts New. 2003-09-02 20:45:34 +00:00
server Fix missing include <string.h>. 2004-01-08 17:26:18 +00:00
util (bzero, bcopy): Obsolete BSDisms; remove. Remove some calls without 2004-01-08 17:54:28 +00:00
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
make.defs Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
make.rules Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00