* resolved a couple of redundant function declaration in our public headers
* adjusted zipomatic accordingly - everything else built fine

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31938 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-07-29 19:45:09 +00:00
parent 64b145930e
commit 31a41b605d
5 changed files with 3 additions and 11 deletions
-1
View File
@@ -60,7 +60,6 @@ extern void exit(int);
/* misc functions */
extern char *realpath(const char *path, char *resolved);
extern int daemon(int nochdir, int noclose);
extern int system(const char *command);
extern char *mktemp(char *name);