From 630af5002f1f10b9906d366e667391a2301158ee Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 14 Jul 2015 16:37:31 +0100 Subject: Remove a couple of comments --- include/libbb.h | 2 -- 1 file changed, 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 @@ # endif # include # include -//# undef s_addr #else # include # if !defined(__socklen_t_defined) && !defined(_SOCKLEN_T_DECLARED) @@ -181,7 +180,6 @@ int klogctl(int type, char *b, int len); # define BUFSIZ 4096 #endif -/* Can't use ENABLE_PLATFORM_MINGW32 because it's also called by host compiler */ #if ENABLE_PLATFORM_MINGW32 # include "mingw.h" #endif -- cgit v1.2.3-55-g6feb