aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-02-24 21:20:44 -0800
committerElliott Hughes <enh@google.com>2016-02-24 21:20:44 -0800
commit2c302a04b9b079b7bb9d2fa25a5ec9de6b634e37 (patch)
tree2111d8b919ad3bb0f9403cbb7ecd55ed212c227e
parent59c87bab69c5c3a754a544a242793c10c38f2703 (diff)
downloadnetperf-2c302a04b9b079b7bb9d2fa25a5ec9de6b634e37.tar.gz
Fix some of the netperf socklen_t warnings.
Another mistake in our config.h, for some reason. Change-Id: I680a25435870b8fc4f7909ec038cb41ea1afc1ad
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f20173d..07e490c 100644
--- a/config.h
+++ b/config.h
@@ -394,7 +394,7 @@
/* #undef const */
/* type to use in place of socklen_t if not defined */
-#define netperf_socklen_t unsigned
+#define netperf_socklen_t socklen_t
/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */