diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 20:24:39 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-05-08 12:57:04 +0200 |
commit | 8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd (patch) | |
tree | 90755da7f4e92f0888d8f215b530b70cf2b646eb /lib | |
parent | 22cb631b4fd0647b70fbaaafaffda8712a84a999 (diff) | |
download | samba-8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd.tar.gz samba-8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd.tar.bz2 samba-8a07ec7babe728adf8a3d590e4c6e6a5d5f66bcd.zip |
lib/socket: Remove outdated comment
The autoconf and waf tests for interfaces logic are in libreplace now.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/socket/interfaces.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/socket/interfaces.c b/lib/socket/interfaces.c index 1801e870f0..618714d1a7 100644 --- a/lib/socket/interfaces.c +++ b/lib/socket/interfaces.c @@ -20,17 +20,6 @@ */ -/* 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" |