From 6d9b24de782b04466ca3c1ce6f6e82d54e93d2f3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Oct 2008 04:25:00 +0200 Subject: Remove pstring usages. --- source4/include/pstring.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/include') diff --git a/source4/include/pstring.h b/source4/include/pstring.h index 0cbc964c34..43fd7fdfcf 100644 --- a/source4/include/pstring.h +++ b/source4/include/pstring.h @@ -33,8 +33,6 @@ _DEPRECATED_ typedef char pstring[PSTRING_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) #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) #define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1) -- cgit