Replaced references to /usr/tmp with references to /tmp.

This commit is contained in:
dtrg
2005-06-24 22:08:47 +00:00
parent 9158d97c6f
commit 04a887eee9
8 changed files with 14 additions and 21 deletions

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[] = "/tmp/plf.xxxxx";
int i; char *p,*q;
i = _getpid();