declare mktemp and strcpy
This commit is contained in:
parent
6a52ce38f9
commit
66bcbd7d66
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ sys_lock(path)
|
||||||
{
|
{
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
char *tmpf = ".lockXXXXXX";
|
char *tmpf = ".lockXXXXXX";
|
||||||
char *strrindex();
|
char *strrindex(), *strcpy(), *mktemp();
|
||||||
char *p;
|
char *p;
|
||||||
int ok, fd;
|
int ok, fd;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue