diff --git a/banned.h b/banned.h index 1a3e526570..34f22a4c25 100644 --- a/banned.h +++ b/banned.h @@ -12,5 +12,7 @@ #undef strcpy #define strcpy(x,y) BANNED(strcpy) +#undef strcat +#define strcat(x,y) BANNED(strcat) #endif /* BANNED_H */