summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h4
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. */