diff options
author | 2003-04-08 01:54:26 +0000 | |
---|---|---|
committer | 2003-04-08 01:54:26 +0000 | |
commit | c374abf0bf49acde6ae46f36d8c53867450addfd (patch) | |
tree | 70d29d994d09e0a9955f82f1f725d712f39da3fb /usr.bin/patch/common.h | |
parent | fix another non-POSIX chown; Chuck Yerkes (diff) | |
download | wireguard-openbsd-c374abf0bf49acde6ae46f36d8c53867450addfd.tar.xz wireguard-openbsd-c374abf0bf49acde6ae46f36d8c53867450addfd.zip |
Strcat and Strcpy are no longer used
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r-- | usr.bin/patch/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index dd1b812fc8a..5c642c77e3b 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.10 1999/01/03 05:33:48 millert Exp $ */ +/* $OpenBSD: common.h,v 1.11 2003/04/08 01:54:26 deraadt Exp $ */ #define DEBUGGING @@ -17,8 +17,6 @@ #define Fclose (void)fclose #define Fflush (void)fflush #define Snprintf (void)snprintf -#define Strcpy (void)strcpy -#define Strcat (void)strcat /* NeXT declares malloc and realloc incompatibly from us in some of these files. Temporarily redefine them to prevent errors. */ |