"template" is obviously a reserved word in C++...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-10-26 00:06:00 +00:00
parent a8cd036239
commit 88222a7539
1 changed files with 1 additions and 1 deletions

View File

@ -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;