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.

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to