From 9d4affc34c9ef535574ebeab8f530a41b359ff8e Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 8 Feb 2010 09:29:21 -0500 Subject: cifs.upcall: remove strncasecmp redefinition ...no need for that now. Signed-off-by: Jeff Layton --- cifs.upcall.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'cifs.upcall.c') diff --git a/cifs.upcall.c b/cifs.upcall.c index 4619281..731433b 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -38,7 +38,6 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #include #include - #include "replace.h" #include "data_blob.h" #include "spnego.h" @@ -49,14 +48,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #define MAX_CCNAME_LEN PATH_MAX + 5 -/* - * samba forces the build to fail if strncasecmp is used, disable that for now - */ -#ifdef strncasecmp -#undef strncasecmp -#endif - -const char *CIFSSPNEGO_VERSION = "1.3"; +const char *CIFSSPNEGO_VERSION = "1.4"; static const char *prog = "cifs.upcall"; typedef enum _sectype { NONE = 0, -- cgit v1.2.3