summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/patch/common.h')
-rw-r--r--gnu/usr.bin/patch/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h
index 161dad0..5267e17 100644
--- a/gnu/usr.bin/patch/common.h
+++ b/gnu/usr.bin/patch/common.h
@@ -172,7 +172,7 @@ char *getenv();
char *strcpy();
char *strcat();
#endif
-char *mktemp();
+char *mktemp(char *);
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
OpenPOWER on IntegriCloud