diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 16:23:08 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 16:23:08 +1000 |
commit | 065af09cd8006c4763f03c8b7ade158926b9cdde (patch) | |
tree | a4dc48cec4766df55f0badd0d7a33faea49543e2 /ChangeLog | |
parent | [EXPAND] Added getpwhome as a wrapper for getpwnam (diff) | |
download | dash-065af09cd8006c4763f03c8b7ade158926b9cdde.tar.gz dash-065af09cd8006c4763f03c8b7ade158926b9cdde.zip |
Fixed gcc 4.0 compilation problems
Removed obsolete extern declaration on funcnest. This conflits with the correct static definition. Changed memtodest prototype to use char * instead of unsigned char *. Perform the unsigned char cast inside memtodest instead.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72c9bfd..9d2c17e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * Use stat if stat64 does not exist. * Added default implementation of bsearch. * Added getpwhome as a wrapper for getpwnam. + * Fixed gcc 4.0 compilation problems. 2005-10-26 Herbert Xu <herbert@gondor.apana.org.au> |