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

CVS update: Vanilla/tools



Date:	Thursday February 24, 19100 @ 21:11
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/tools
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv638/tools

Modified Files:
	ltd_dump.c 
Log Message:
Changes to get 2.9pl5 compiled as an INL server for inl.real-time.com


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

Index: Vanilla/tools/ltd_dump.c
diff -u Vanilla/tools/ltd_dump.c:1.5 Vanilla/tools/ltd_dump.c:1.6
--- Vanilla/tools/ltd_dump.c:1.5	Thu Jul 22 10:47:54 1999
+++ Vanilla/tools/ltd_dump.c	Thu Feb 24 21:11:42 2000
@@ -1,4 +1,4 @@
-/* $Id: ltd_dump.c,v 1.5 1999/07/22 15:47:54 ahn Exp $
+/* $Id: ltd_dump.c,v 1.6 2000/02/25 03:11:42 cameron Exp $
  *
  * Dave Ahn
  *
@@ -28,9 +28,9 @@
 #define LEN_ABBR	4
 #define LEN_NAME	30
 
-static const char rcsid [] = "$Id: ltd_dump.c,v 1.5 1999/07/22 15:47:54 ahn Exp $";
+static const char rcsid [] = "$Id: ltd_dump.c,v 1.6 2000/02/25 03:11:42 cameron Exp $";
 
-static FILE *fp = stdout;
+static FILE *fp;
 
 static void pad(char *buf, const int len) {
 
@@ -322,6 +322,7 @@
 
 #endif
 
+  fp = stdout;
 
   getpath();