[pisa-src] r1361 - trunk/libpisa/socket.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 17:56:14 +0100

Author: tjansen
Date: Tue Oct 27 17:56:14 2009
New Revision: 1361

Log:
Removed obsolete comments.

Modified:
   trunk/libpisa/socket.c

Modified: trunk/libpisa/socket.c
==============================================================================
--- trunk/libpisa/socket.c      Tue Oct 27 17:53:59 2009        (r1360)
+++ trunk/libpisa/socket.c      Tue Oct 27 17:56:14 2009        (r1361)
@@ -14,15 +14,6 @@
 
 #include "debug.h"
 
-/*
- * Value description
- */
-
-/*
- * Function prototype description
- */
-
-
 /**
  * Setup a UDP listening socket for either IPv4 or IPv6.
  * Make a UDP socket for listening, bind it with IPv4 address.
@@ -110,4 +101,3 @@
        inet_ntop(AF_INET6, sa6, pbuffer, INET6_ADDRSTRLEN);
        PISA_DEBUG("IPv6 address = %s.\n", pbuffer);
 }
-

Other related posts:

  • » [pisa-src] r1361 - trunk/libpisa/socket.c - Thomas Jansen