diff options
Diffstat (limited to 'net/samba/patches/patch-libsmb_clikrb5.c')
-rw-r--r-- | net/samba/patches/patch-libsmb_clikrb5.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba/patches/patch-libsmb_clikrb5.c b/net/samba/patches/patch-libsmb_clikrb5.c deleted file mode 100644 index 7f4c427fbd3..00000000000 --- a/net/samba/patches/patch-libsmb_clikrb5.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libsmb_clikrb5.c,v 1.1 2011/07/27 04:05:10 taca Exp $ - -* KRB5_DEPRECATED would not be defined as boolean 0 or 1. - ---- libsmb/clikrb5.c.orig 2009-09-30 12:21:56.000000000 +0000 -+++ libsmb/clikrb5.c -@@ -22,7 +22,7 @@ - */ - - #define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */ --#define KRB5_DEPRECATED 1 /* this file uses DEPRECATED interfaces! */ -+#define KRB5_DEPRECATED /* this file uses DEPRECATED interfaces! */ - - #include "includes.h" - |