From f1714eacf7365c731f6802972bff3fc62e72b8d0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 7 May 2005 15:03:00 +0000 Subject: r6643: fix some build issues on IRIX;l patch from james peach (This used to be commit 8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426) --- source3/nsswitch/wb_common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/nsswitch/wb_common.c') diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 6ba0cbbf42..40cf534c41 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -26,9 +26,6 @@ #include "winbind_client.h" -#define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr))) -#define CONST_ADD(type, ptr) ((type) ((const void *) (ptr))) - /* Global variables. These are effectively the client state information */ int winbindd_fd = -1; /* fd for winbindd socket */ -- cgit