gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/libiberty/mkstemps.c


From: Milan Zamazal
Subject: Changes to gnats/libiberty/mkstemps.c
Date: Mon, 10 Dec 2001 18:04:28 -0500

Index: gnats/libiberty/mkstemps.c
diff -c gnats/libiberty/mkstemps.c:1.1 gnats/libiberty/mkstemps.c:1.2
*** gnats/libiberty/mkstemps.c:1.1      Tue Oct 26 03:10:16 1999
--- gnats/libiberty/mkstemps.c  Mon Dec 10 18:03:26 2001
***************
*** 20,25 ****
--- 20,26 ----
  #include "config.h"
  #endif
  
+ #include <sys/types.h>
  #ifdef HAVE_STDLIB_H
  #include <stdlib.h>
  #endif
***************
*** 39,45 ****
  
  /* We need to provide a type for gcc_uint64_t.  */
  #ifdef __GNUC__
! typedef unsigned long long gcc_uint64_t;
  #else
  typedef unsigned long gcc_uint64_t;
  #endif
--- 40,46 ----
  
  /* We need to provide a type for gcc_uint64_t.  */
  #ifdef __GNUC__
! __extension__ typedef unsigned long long gcc_uint64_t;
  #else
  typedef unsigned long gcc_uint64_t;
  #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]