[netperf-dev] netperf4 commit notice r44 - trunk/src
raj at netperf.org
raj at netperf.org
Tue Jan 24 16:49:19 PST 2006
Author: raj
Date: 2006-01-24 16:49:18 -0800 (Tue, 24 Jan 2006)
New Revision: 44
Modified:
trunk/src/netlib.c
Log:
Only include strings.h if we don't have string.h
Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c 2006-01-25 00:37:30 UTC (rev 43)
+++ trunk/src/netlib.c 2006-01-25 00:49:18 UTC (rev 44)
@@ -50,11 +50,11 @@
#ifdef HAVE_STRING_H
#include <string.h>
-#endif
-
+#else
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
+#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
More information about the netperf-dev
mailing list