Changeset 405

Show
Ignore:
Timestamp:
Thu Jan 17 12:36:16 2008
Author:
danielevarrazzo
Message:

Warnings fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/dl/source/linux/getpath.c

    r336 r405  
    43 43 #include <sys/stat.h>  
    44 44 #include <string.h>  
      45 #include <stdlib.h>     /* getenv */  
    45 46  
    46 47 #if HAVE_UNISTD_H  
     
    155 156         char *path = NULL;  
    156 157         char *ppath = NULL;  
    157           int  numchars;  
      158 #if HAVE_READLINK  
      159         int  numchars;  
      160 #endif  
    158 161  
    159 162         if (strchr(prog, SEP))