Date: Friday April 27, 2001 @ 20:37 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv19315 Modified Files: ChangeLog Makefile.in Log Message: Fri Apr 27 22:09:19 2001 James Cameron <quozl at us.netrek.org> * tools/ltd_convert.c, tools/sortdb.c: main should be int. * ntserv/socket.c: added numerous casts of struct sockaddr, removed always true short packets test code. * Makefile.in (reallyclean): include config.cache in target. **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.114 Vanilla/ChangeLog:1.115 --- Vanilla/ChangeLog:1.114 Thu Apr 26 19:45:18 2001 +++ Vanilla/ChangeLog Fri Apr 27 20:37:24 2001 @@ -1,3 +1,12 @@ +Fri Apr 27 22:09:19 2001 James Cameron <quozl at us.netrek.org> + + * tools/ltd_convert.c, tools/sortdb.c: main should be int. + + * ntserv/socket.c: added numerous casts of struct sockaddr, + removed always true short packets test code. + + * Makefile.in (reallyclean): include config.cache in target. + Fri Apr 27 10:17:04 2001 James Cameron <quozl at us.netrek.org> * configure.in: changed the warning for RSA utilities not found so @@ -1204,4 +1213,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.114 2001/04/27 00:45:18 cameron Exp $ + $Id: ChangeLog,v 1.115 2001/04/28 01:37:24 cameron Exp $ Index: Vanilla/Makefile.in diff -u Vanilla/Makefile.in:1.1 Vanilla/Makefile.in:1.2 --- Vanilla/Makefile.in:1.1 Thu Apr 26 19:45:18 2001 +++ Vanilla/Makefile.in Fri Apr 27 20:37:24 2001 @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 2001/04/27 00:45:18 cameron Exp $ +# $Id: Makefile.in,v 1.2 2001/04/28 01:37:24 cameron Exp $ # # Installers, you should not need to edit this file. # Everything should be setup in the configuration script. @@ -124,7 +124,7 @@ cd res-rsa; echo " cd res-rsa; make reallyclean"; \ $(MAKE) reallyclean; \ fi - rm -f make.out cflags.h tools/trekon *~ null #*# + rm -f make.out cflags.h config.cache config.log tools/trekon *~ null #*# distclean: clean reallyclean rmdependencies