diff options
author | 2003-04-08 01:54:56 +0000 | |
---|---|---|
committer | 2003-04-08 01:54:56 +0000 | |
commit | c437d280db74c14e3ad07f4b9290643781dd88a7 (patch) | |
tree | d2f7afeafc821b6be18b789e1ed74f3e348bc88e /usr.bin/patch/common.h | |
parent | Strcat and Strcpy are no longer used (diff) | |
download | wireguard-openbsd-c437d280db74c14e3ad07f4b9290643781dd88a7.tar.xz wireguard-openbsd-c437d280db74c14e3ad07f4b9290643781dd88a7.zip |
oh, and the false protos can go
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 5c642c77e3b..ff7b3934ab0 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.11 2003/04/08 01:54:26 deraadt Exp $ */ +/* $OpenBSD: common.h,v 1.12 2003/04/08 01:54:56 deraadt Exp $ */ #define DEBUGGING @@ -167,8 +167,6 @@ char *malloc(); char *realloc(); long atol(); char *getenv(); -char *strcpy(); -char *strcat(); char *strrchr(); int mkstemp(); #if 0 /* This can cause a prototype conflict. */ |