Commit 34842539 by Michael Hayes Committed by Jeff Law

* tmpnam.c (L_tmpnam): Fix typo.

From-SVN: r26921
parent bedee6f8
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> Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
* cplus-dem.c (standard_symbol_characters): Renamed from * cplus-dem.c (standard_symbol_characters): Renamed from
......
#include <stdio.h> #include <stdio.h>
#ifndef L_tmpnam #ifndef L_tmpnam
#define L_tmpname 100 #define L_tmpnam 100
#endif #endif
#ifndef P_tmpdir #ifndef P_tmpdir
#define P_tmpdir "/usr/tmp" #define P_tmpdir "/usr/tmp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment