From 88222a7539fe0de33b28370273aa9d01d33728c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 26 Oct 2002 00:06:00 +0000 Subject: [PATCH] "template" is obviously a reserved word in C++... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1664 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/stdlib.h b/headers/posix/stdlib.h index acd6a020df..0c95782d69 100644 --- a/headers/posix/stdlib.h +++ b/headers/posix/stdlib.h @@ -60,7 +60,7 @@ extern int daemon(int nochdir, int noclose); extern int system(const char *command); extern char *mktemp(char *name); -extern int mkstemp(char *template); +extern int mkstemp(char *templat); /* environment variables */ extern char **environ;