[Devel] SF.net SVN: openser: [1690] trunk/main.c

bogdan_iancu at users.sourceforge.net bogdan_iancu at users.sourceforge.net
Sun Feb 25 00:22:15 CET 2007


Revision: 1690
          http://openser.svn.sourceforge.net/openser/?rev=1690&view=rev
Author:   bogdan_iancu
Date:     2007-02-24 15:22:15 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
SVN commit test - ignore

Modified Paths:
--------------
    trunk/main.c

Modified: trunk/main.c
===================================================================
--- trunk/main.c	2007-02-24 19:44:10 UTC (rev 1689)
+++ trunk/main.c	2007-02-24 23:22:15 UTC (rev 1690)
@@ -197,23 +197,7 @@
 #endif
 }
 
-/* debugging function */
-/*
-void receive_stdin_loop()
-{
-	#define BSIZE 1024
-	char buf[BSIZE+1];
-	int len;
 
-	while(1){
-		len=fread(buf,1,BSIZE,stdin);
-		buf[len+1]=0;
-		receive_msg(buf, len);
-		printf("-------------------------\n");
-	}
-}
-*/
-
 /* global vars */
 
 int own_pgid = 0; /* whether or not we have our own pgid (and it's ok


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list