summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-05-07 15:03:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:49 -0500
commit8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426 (patch)
treed738a8ca6800f2eafd9e5c209339e44cd9a025b3 /source/nsswitch/wb_common.c
parent611cca473ef6c50aeeda79c323f55e8e3402b1b1 (diff)
downloadsamba-8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426.tar.gz
samba-8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426.tar.xz
samba-8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426.zip
r6643: fix some build issues on IRIX;l patch from james peach
Diffstat (limited to 'source/nsswitch/wb_common.c')
-rw-r--r--source/nsswitch/wb_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c
index 6ba0cbbf428..40cf534c41d 100644
--- a/source/nsswitch/wb_common.c
+++ b/source/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 */