1
1

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

Этот коммит содержится в:
Enrico Weigelt, metux IT service 2009-03-30 04:16:14 +02:00
родитель 251bd24025
Коммит 304d876d5a

Просмотреть файл

@ -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 */