This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libiberty/tmpnam.c



Here's a fix for a little typo...


Michael.


1999-05-01  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

	* tmpnam.c (L_tmpnam): Fix typo.

Index: tmpnam.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libiberty/tmpnam.c,v
retrieving revision 1.2
diff -c -3 -p -r1.2 tmpnam.c
*** tmpnam.c	1998/05/15 23:14:48	1.2
--- tmpnam.c	1999/05/01 07:19:25
***************
*** 1,7 ****
  #include <stdio.h>
  
  #ifndef L_tmpnam
! #define L_tmpname 100
  #endif
  #ifndef P_tmpdir
  #define P_tmpdir "/usr/tmp"
--- 1,7 ----
  #include <stdio.h>
  
  #ifndef L_tmpnam
! #define L_tmpnam 100
  #endif
  #ifndef P_tmpdir
  #define P_tmpdir "/usr/tmp"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]