gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/libiberty/xstrdup.c


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

Index: gnats/libiberty/xstrdup.c
diff -c gnats/libiberty/xstrdup.c:1.2 gnats/libiberty/xstrdup.c:1.3
*** gnats/libiberty/xstrdup.c:1.2       Tue Oct 26 03:10:16 1999
--- gnats/libiberty/xstrdup.c   Mon Dec 10 18:03:26 2001
***************
*** 2,11 ****
     This trivial function is in the public domain.
     Ian Lance Taylor, Cygnus Support, December 1995.  */
  
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
- #include <sys/types.h> /* For `size_t' */
  #ifdef HAVE_STRING_H
  #include <string.h>
  #endif
--- 2,11 ----
     This trivial function is in the public domain.
     Ian Lance Taylor, Cygnus Support, December 1995.  */
  
+ #include <sys/types.h>
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
  #ifdef HAVE_STRING_H
  #include <string.h>
  #endif



reply via email to

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