From 9570d04ea01dc082e2d98d01eb10200abd4d26d9 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 14 Jan 2010 03:38:22 +0000 Subject: [PATCH] Do the socklen_t typedef in acconfig.h too, so it will remain after config.h.in is regenerated by autoheader. --- libdnet-stripped/acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdnet-stripped/acconfig.h b/libdnet-stripped/acconfig.h index cf76546d8..674f82227 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 socklen_t int +typedef int socklen_t #endif