declare mktemp and strcpy

This commit is contained in:
ceriel 1987-05-18 14:27:06 +00:00
parent 6a52ce38f9
commit 66bcbd7d66

View file

@ -10,7 +10,7 @@ sys_lock(path)
{
char buf[1024];
char *tmpf = ".lockXXXXXX";
char *strrindex();
char *strrindex(), *strcpy(), *mktemp();
char *p;
int ok, fd;