summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/include/pstring.h2
-rw-r--r--source4/nsswitch/config.mk1
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/include/pstring.h b/source4/include/pstring.h
index aee9d75a7f..0cbc964c34 100644
--- a/source4/include/pstring.h
+++ b/source4/include/pstring.h
@@ -31,7 +31,7 @@
#define FSTRING_LEN 256
_DEPRECATED_ typedef char pstring[PSTRING_LEN];
-_DEPRECATED_ typedef char fstring[FSTRING_LEN];
+typedef char fstring[FSTRING_LEN];
#define pstrcpy(d,s) safe_strcpy((d),(s),sizeof(pstring)-1)
#define pstrcat(d,s) safe_strcat((d),(s),sizeof(pstring)-1)
diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk
index 481841cb9e..8982024516 100644
--- a/source4/nsswitch/config.mk
+++ b/source4/nsswitch/config.mk
@@ -4,7 +4,6 @@ SO_VERSION = 0
DESCRIPTION = Client library for communicating with winbind
OBJ_FILES = wb_common.o
PRIVATE_DEPENDENCIES = SOCKET_WRAPPER
-CFLAGS = -Wno-deprecated-declarations
#################################
# Start BINARY nsstest