fixed typo

This commit is contained in:
ceriel 1991-03-20 13:47:18 +00:00
parent 5c3b708636
commit a9aa131d8c

View file

@ -39,7 +39,7 @@ extern int _unlink();
extern long _lseek();
static int tmpfil() {
static char *namebuf[] = "/usr/tmp/plf.xxxxx";
static char namebuf[] = "/usr/tmp/plf.xxxxx";
int i; char *p,*q;
i = _getpid();