diff options
Diffstat (limited to 'gnu/usr.bin/patch/common.h')
-rw-r--r-- | gnu/usr.bin/patch/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h index 5267e17..ed97132 100644 --- a/gnu/usr.bin/patch/common.h +++ b/gnu/usr.bin/patch/common.h @@ -29,9 +29,12 @@ #define Fclose (void)fclose #define Fflush (void)fflush #define Sprintf (void)sprintf +#define Snprintf (void)snprintf #define Mktemp (void)mktemp #define Strcpy (void)strcpy #define Strcat (void)strcat +#define Strlcpy (void)strlcpy +#define Strlcat (void)strlcat /* NeXT declares malloc and realloc incompatibly from us in some of these files. Temporarily redefine them to prevent errors. */ |