e5306f42 | 28-Apr-2005 |
Joerg Sonnenberger <joerg@dragonflybsd.org> |
Declare environ on file scope. Don't declare __findenv as inline, in C99 this means static too. GCC doesn't implement this correctly, but that's no excuse. Fix type issues. ANSIfy. Remove useless cas
Declare environ on file scope. Don't declare __findenv as inline, in C99 this means static too. GCC doesn't implement this correctly, but that's no excuse. Fix type issues. ANSIfy. Remove useless casts.
show more ...
|