fixed typo
This commit is contained in:
parent
2a27456795
commit
1e897be870
@ -39,7 +39,7 @@ extern int _unlink();
|
|||||||
extern long _lseek();
|
extern long _lseek();
|
||||||
|
|
||||||
static int tmpfil() {
|
static int tmpfil() {
|
||||||
static char *namebuf[] = "/usr/tmp/plf.xxxxx";
|
static char namebuf[] = "/usr/tmp/plf.xxxxx";
|
||||||
int i; char *p,*q;
|
int i; char *p,*q;
|
||||||
|
|
||||||
i = _getpid();
|
i = _getpid();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user