/[cvs]/ccvs/lib/canonicalize.c
ViewVC logotype

Diff of /ccvs/lib/canonicalize.c

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

revision 1.2 by dprice, Fri Jun 10 20:30:20 2005 UTC revision 1.3 by dprice, Tue Oct 4 02:34:53 2005 UTC
# Line 22  Line 22 
22    
23  #include "canonicalize.h"  #include "canonicalize.h"
24    
25  #ifdef STDC_HEADERS  #include <stdlib.h>
26  # include <stdlib.h>  #include <string.h>
 #else  
 void free ();  
 #endif  
   
 #if defined STDC_HEADERS || defined HAVE_STRING_H  
 # include <string.h>  
 #else  
 # include <strings.h>  
 #endif  
27    
28  #if HAVE_SYS_PARAM_H  #if HAVE_SYS_PARAM_H
29  # include <sys/param.h>  # include <sys/param.h>
# Line 40  void free (); Line 31  void free ();
31    
32  #include <sys/stat.h>  #include <sys/stat.h>
33    
34  #if HAVE_UNISTD_H  #include <unistd.h>
 # include <unistd.h>  
 #endif  
35    
36  #include <errno.h>  #include <errno.h>
37  #include <stddef.h>  #include <stddef.h>

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

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