/[gcl]/gcl/binutils/libiberty/rename.c
ViewVC logotype

Diff of /gcl/binutils/libiberty/rename.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:30 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:58 2005 UTC
# Line 12  exists, it is removed. Line 12  exists, it is removed.
12    
13  */  */
14    
15    #include "ansidecl.h"
16  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
17  #include "config.h"  #include "config.h"
18  #endif  #endif
# Line 22  exists, it is removed. Line 23  exists, it is removed.
23    
24  int  int
25  rename (zfrom, zto)  rename (zfrom, zto)
26       char *zfrom;       const char *zfrom;
27       char *zto;       const char *zto;
28  {  {
29    if (link (zfrom, zto) < 0)    if (link (zfrom, zto) < 0)
30      {      {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26