1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r8465: once we define socklen_t, then tell other include files we have it. This prevents roken

trying to redefine it
(This used to be commit aa9491c0cb00f5cab9e00983bf2a0c266011904a)
This commit is contained in:
Andrew Tridgell 2005-07-14 13:14:47 +00:00 committed by Gerald (Jerry) Carter
parent 10cb617904
commit 5c453f5698

View File

@ -133,6 +133,7 @@ typedef unsigned char u_int8_t;
#ifndef HAVE_SOCKLEN_T
#define socklen_t int
#define HAVE_SOCKLEN_T 1
#endif
#endif