From 143819664227f239c9cc07503c9fad1faa5ba9a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 16 Mar 2009 18:13:21 +0000 Subject: [PATCH] windows-afsconfig-20090316 LICENSE MIT add typedef for socklen_t which is not present on Windows. --- src/config/afsconfig-windows.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/afsconfig-windows.h b/src/config/afsconfig-windows.h index 410458966..2176c8120 100644 --- a/src/config/afsconfig-windows.h +++ b/src/config/afsconfig-windows.h @@ -231,3 +231,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } /* include all of the vos listvol options */ #define FULL_LISTVOL_SWITCH 1 + +/* Windows does not provide socklen_t */ +typedef unsigned int socklen_t; -- 2.39.5