From e8fdd394e62a1cebbea12526d57bb4fd8033b3f6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 14 Jan 2010 06:04:17 +0000 Subject: [PATCH] Add semicolons to the socklen_t typedefs, thanks again to Michael Pattrick. --- libdnet-stripped/acconfig.h | 2 +- libdnet-stripped/include/config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdnet-stripped/acconfig.h b/libdnet-stripped/acconfig.h index 674f82227..bc30a6047 100644 --- a/libdnet-stripped/acconfig.h +++ b/libdnet-stripped/acconfig.h @@ -32,5 +32,5 @@ char *strsep(char **, const char *); #endif #ifndef HAVE_SOCKLEN_T -typedef int socklen_t +typedef int socklen_t; #endif diff --git a/libdnet-stripped/include/config.h.in b/libdnet-stripped/include/config.h.in index 1f72a454a..f79665183 100644 --- a/libdnet-stripped/include/config.h.in +++ b/libdnet-stripped/include/config.h.in @@ -301,5 +301,5 @@ char *strsep(char **, const char *); #endif #ifndef HAVE_SOCKLEN_T -typedef int socklen_t +typedef int socklen_t; #endif