/[man-db]/man-db/src/ult_src.c
ViewVC logotype

Diff of /man-db/src/ult_src.c

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

revision 1.11 by cjwatson, Thu May 1 16:41:12 2003 UTC revision 1.12 by cjwatson, Thu May 1 18:14:11 2003 UTC
# Line 62  extern int errno; Line 62  extern int errno;
62  #  endif /* HAVE_NDIR_H */  #  endif /* HAVE_NDIR_H */
63  #endif /* HAVE_DIRENT_H  */  #endif /* HAVE_DIRENT_H  */
64    
 extern char *realpath();  
   
65  #if defined(STDC_HEADERS)  #if defined(STDC_HEADERS)
66  #  include <string.h>  #  include <string.h>
67  #  include <stdlib.h>  #  include <stdlib.h>
# Line 73  extern char *realpath(); Line 71  extern char *realpath();
71  #  include <strings.h>  #  include <strings.h>
72  #else /* no string(s) header */  #else /* no string(s) header */
73  extern char *strrchr();  extern char *strrchr();
74    extern char *realpath();
75  #endif /* no string(s) header */  #endif /* no string(s) header */
76    
77  #if defined(HAVE_UNISTD_H)  #if defined(HAVE_UNISTD_H)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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