From da46c9252ee887602b3e629065ca87b9ed11466f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 23 Sep 2005 15:08:17 +0000 Subject: r10453: Fix the build (This used to be commit 7be3ec4dbb919752477e1d995df9f7d295b67687) --- source4/lib/replace/replace.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/lib/replace/replace.h') diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index f906e7a2f50..28a6392eb3b 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -144,11 +144,6 @@ typedef unsigned short u_int16_t; typedef unsigned char u_int8_t; #endif -#ifndef HAVE_SOCKLEN_T -#define socklen_t int -#define HAVE_SOCKLEN_T 1 -#endif - #ifdef HAVE_DLFCN_H #include #endif -- cgit