lib/socket: Remove outdated comment
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 10:24:39 +0000 (20:24 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 8 May 2011 10:57:04 +0000 (12:57 +0200)
The autoconf and waf tests for interfaces logic are in libreplace now.

lib/socket/interfaces.c

index 1801e870f01efe415049db74a8cfd84ae540ad0d..618714d1a73f9a9c53c12aa41d036a24d5d58044 100644 (file)
 */
 
 
-/* working out the interfaces for a OS is an incredibly non-portable
-   thing. We have several possible implementations below, and autoconf
-   tries each of them to see what works
-
-   Note that this file does _not_ include includes.h. That is so this code
-   can be called directly from the autoconf tests. That also means
-   this code cannot use any of the normal Samba debug stuff or defines.
-   This is standalone code.
-
-*/
-
 #include "includes.h"
 #include "system/network.h"
 #include "interfaces.h"