aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-07-14 16:37:31 +0100
committerRon Yorston <rmy@pobox.com>2015-07-14 16:37:31 +0100
commit630af5002f1f10b9906d366e667391a2301158ee (patch)
tree25a5e7082629c24ce766ba6ea4f9e43b313773f1
parent895a1533781ca4713ef92113ab6ac5f2584ddd9d (diff)
downloadbusybox-w32-630af5002f1f10b9906d366e667391a2301158ee.tar.gz
busybox-w32-630af5002f1f10b9906d366e667391a2301158ee.tar.bz2
busybox-w32-630af5002f1f10b9906d366e667391a2301158ee.zip
Remove a couple of comments
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 5cccbd15f..eb53312cd 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -141,7 +141,6 @@
141# endif 141# endif
142# include <winsock2.h> 142# include <winsock2.h>
143# include <ws2tcpip.h> 143# include <ws2tcpip.h>
144//# undef s_addr
145#else 144#else
146# include <arpa/inet.h> 145# include <arpa/inet.h>
147# if !defined(__socklen_t_defined) && !defined(_SOCKLEN_T_DECLARED) 146# if !defined(__socklen_t_defined) && !defined(_SOCKLEN_T_DECLARED)
@@ -181,7 +180,6 @@ int klogctl(int type, char *b, int len);
181# define BUFSIZ 4096 180# define BUFSIZ 4096
182#endif 181#endif
183 182
184/* Can't use ENABLE_PLATFORM_MINGW32 because it's also called by host compiler */
185#if ENABLE_PLATFORM_MINGW32 183#if ENABLE_PLATFORM_MINGW32
186# include "mingw.h" 184# include "mingw.h"
187#endif 185#endif