/[make]/make/dir.c
ViewVC logotype

Diff of /make/dir.c

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

revision 1.54 by psmith, Thu Feb 10 00:10:57 2005 UTC revision 1.55 by psmith, Mon Feb 28 07:48:22 2005 UTC
# Line 122  dosify (char *filename) Line 122  dosify (char *filename)
122  static char *  static char *
123  downcase (char *filename)  downcase (char *filename)
124  {  {
125  #ifdef _AMIGA    static PATH_VAR (new_filename);
   static char new_filename[136];  
 #else  
   static char new_filename[PATH_MAX];  
 #endif  
126    char *df;    char *df;
127    int i;    int i;
128    
# Line 1152  read_dirstream (__ptr_t stream) Line 1148  read_dirstream (__ptr_t stream)
1148  }  }
1149    
1150  static void  static void
1151  ansi_free(void *p)  ansi_free (void *p)
1152  {  {
1153      if (p)    if (p)
1154        free(p);      free(p);
1155  }  }
1156    
1157  /* On 64 bit ReliantUNIX (5.44 and above) in LFS mode, stat() is actually a  /* On 64 bit ReliantUNIX (5.44 and above) in LFS mode, stat() is actually a

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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