Ticket #1915: vfs/smb: fixed breakage on strcpy()/strcat()

This commit is contained in:
Enrico Weigelt, metux IT service 2009-03-30 04:16:14 +02:00
parent 251bd24025
commit 304d876d5a

View File

@ -484,16 +484,6 @@
/***** automatically generated prototypes *****/
#include "proto.h"
#ifdef strcpy
#undef strcpy
#endif /* strcpy */
#define strcpy(dest,src) __ERROR__XX__NEVER_USE_STRCPY___;
#ifdef strcat
#undef strcat
#endif /* strcat */
#define strcat(dest,src) __ERROR__XX__NEVER_USE_STRCAT___;
#ifdef sprintf
#undef sprintf
#endif /* sprintf */