commit | 2c302a04b9b079b7bb9d2fa25a5ec9de6b634e37 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Wed Feb 24 21:20:44 2016 -0800 |
committer | Elliott Hughes <[email protected]> | Wed Feb 24 21:20:44 2016 -0800 |
tree | 2111d8b919ad3bb0f9403cbb7ecd55ed212c227e | |
parent | 59c87bab69c5c3a754a544a242793c10c38f2703 [diff] [blame] |
Fix some of the netperf socklen_t warnings. Another mistake in our config.h, for some reason. Change-Id: I680a25435870b8fc4f7909ec038cb41ea1afc1ad
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 */