gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/libiberty/rename.c


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

Index: gnats/libiberty/rename.c
diff -c gnats/libiberty/rename.c:1.1 gnats/libiberty/rename.c:1.2
*** gnats/libiberty/rename.c:1.1        Thu Nov  5 14:54:16 1998
--- gnats/libiberty/rename.c    Mon Dec 10 18:03:26 2001
***************
*** 3,9 ****
--- 3,15 ----
  
  /* Rename a file.  */
  
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
  #include <errno.h>
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif
  
  int
  rename (zfrom, zto)



reply via email to

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