Date: Friday April 27, 2001 @ 21:42 Author: cameron Update of /home/netrek/cvsroot/Vanilla/robotd In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv19436/robotd Modified Files: util.c Log Message: Sat Apr 28 11:39:39 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> * configure.in, docs/sample_sysdef.in, docs/Makefile.in, INSTALL.INL: change configure --with-inl to also set .sysdef and update installation instructions. * ntserv/commands.c, robotd/util.c, robots/inlcmds.c: remove compiler warnings. * tools/nuke.c, tools/Makefile.in: restore nuke for systems that do not have ipcrm(8). * tools/ltd_convert.c, tools/sortdb.c: return must give value. **************************************** Index: Vanilla/robotd/util.c diff -u Vanilla/robotd/util.c:1.3 Vanilla/robotd/util.c:1.4 --- Vanilla/robotd/util.c:1.3 Thu Apr 26 18:41:50 2001 +++ Vanilla/robotd/util.c Fri Apr 27 21:42:34 2001 @@ -16,6 +16,8 @@ #define ADDRLEN 10 +struct distress *loaddistress(enum dist_type i); + /* ** Provide the angular distance between two angles. */