/[gcl]/gcl/o/unixfsys.c
ViewVC logotype

Diff of /gcl/o/unixfsys.c

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

revision 1.4 by camm, Tue Dec 18 20:15:42 2001 UTC revision 1.5 by camm, Wed May 22 19:05:11 2002 UTC
# Line 41  void Ldirectory(); Line 41  void Ldirectory();
41  #include <sys/dir.h>  #include <sys/dir.h>
42    
43    
44  #ifndef GETCWD  #ifndef HAVE_GETCWD
45  char dotdot[3*16+2] = "../../../../../../../../../../../../../../../../.";  char dotdot[3*16+2] = "../../../../../../../../../../../../../../../../.";
46  #include <mnttab.h>  #include <mnttab.h>
47  static char *getwd_buf;  static char *getwd_buf;
# Line 131  DEV_FOUND: Line 131  DEV_FOUND:
131          /* END OF BUG FIX */          /* END OF BUG FIX */
132          getwd_bufp = i;          getwd_bufp = i;
133  }  }
134  #endif   /* not GETCWD */  #endif   /* not HAVE_GETCWD */
135  #endif  #endif
136    
137  #ifndef MAXPATHLEN  #ifndef MAXPATHLEN
# Line 139  DEV_FOUND: Line 139  DEV_FOUND:
139  #endif  #endif
140    
141    
142  #ifdef GETCWD  #ifdef HAVE_GETCWD
143  char *  char *
144  getwd(buffer)  getwd(buffer)
145  char *buffer;  char *buffer;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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