empserver/src/server
Markus Armbruster 47192c9079 (pln_maxno): Variable's value is well-known constant N_MAXPLANE + 1.
Useless, remove.  Users changed to check plchr's sentinel, because
that's clearer than comparing the index to N_MAXPLANE or sizeof(plchr)
/ sizeof(*plchr).

(plchr): Change sentinel's pl_name to NULL.
2005-11-06 21:12:24 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
idle.c Update copyright notice. 2005-03-16 22:03:16 +00:00
lostitem.c Update copyright notice. 2005-03-16 22:03:16 +00:00
main.c (pln_maxno): Variable's value is well-known constant N_MAXPLANE + 1. 2005-11-06 21:12:24 +00:00
Makefile Update copyright notice. 2005-03-16 22:03:16 +00:00
marketup.c Update copyright notice. 2005-03-16 22:03:16 +00:00
shutdown.c Update copyright notice. 2005-03-16 22:03:16 +00:00
timestamp.c Update copyright notice. 2005-03-16 22:03:16 +00:00
update.c (io_output_all,update_main,update_wait): Do not block on writing when 2005-08-21 17:17:38 +00:00