Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Friday March 12, 1999 @ 22:15
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv8436/tools

Modified Files:
	Makefile cambot.c 
Log Message:
Fix a bug that was have been fixed a long time ago.

http://vanilla.us.netrek.org/list/Attic/msg00777.html

Also, you will need the Vanilla Team's gmp packages if you want to
have the RSA stuff compile correctly.

You can get teams files at ftp://ftp.real-time.com/pub/real-time/RPMS



****************************************

Index: Vanilla/tools/Makefile
diff -u Vanilla/tools/Makefile:1.2 Vanilla/tools/Makefile:1.3
--- Vanilla/tools/Makefile:1.2	Fri Jan 29 19:36:48 1999
+++ Vanilla/tools/Makefile	Fri Mar 12 22:15:01 1999
@@ -73,7 +73,7 @@
 #	$(CC) -o ./cb_sock.o -g $(CFLAGS) -DCAMBOT -c ../ntserv/socket.c
 
 cambot: cambot.o $(M_OBJS) $(GETPATH)
-	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o $(M_OBJS) ../ntserv/getpath.o
+	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o $(M_OBJS) ../ntserv/getpath.o 
 
 sortdb: sortdb.c ../ntserv/struct.h ../ntserv/defs.h
 	$(CC) -o $@ $(CFLAGS) sortdb.c
Index: Vanilla/tools/cambot.c
diff -u Vanilla/tools/cambot.c:1.3 Vanilla/tools/cambot.c:1.4
--- Vanilla/tools/cambot.c:1.3	Wed Feb 17 16:16:15 1999
+++ Vanilla/tools/cambot.c	Fri Mar 12 22:15:02 1999
@@ -50,7 +50,7 @@
 void bouncePingStats() {}
 void bounceSessionStats() {}
 #ifdef RSA
-int bounceRSAClientType() {}
+void bounceRSAClientType() {}
 #endif
 
 extern struct torp_info_spacket clientTorpsInfo[MAXPLAYER*MAXTORP];