* tmpnam.c (L_tmpnam): Fix typo.

From-SVN: r26921
This commit is contained in:
Michael Hayes 1999-05-13 01:23:42 +00:00 committed by Jeff Law
parent bedee6f81c
commit 348425392f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* tmpnam.c (L_tmpnam): Fix typo.
Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
* cplus-dem.c (standard_symbol_characters): Renamed from

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#ifndef L_tmpnam
#define L_tmpname 100
#define L_tmpnam 100
#endif
#ifndef P_tmpdir
#define P_tmpdir "/usr/tmp"