X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=c7b0ef5abfbf05121067011763a520cc5954c6ed;hb=572225dfdcc2f36c50128ae40f90f5efaf1b7a2c;hp=bb22a7ba1be983a3ac5b7a133b14a83718daaf40;hpb=182091e79fd8d9d1a3dd0bdbaa14274a317e47e6;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index bb22a7b..c7b0ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-11-12 Paul Eggert + + Fix some C compatibility bugs reported by Joerg Schilling. + + * src/common.h (stripped_prefix_len): Fix misspelling + "stripped_path_len" in declaration. + * src/rmt.c (main): Use "return FOO;" rather than + "exit (FOO);"; we no longer have to worry about + pre-ANSI hosts that mishandled returned values from "main". + * src/tar.c (main): Likewise. This avoids warnings on some + compilers. + * src/system.c: Include signal.h, for 'kill'. + * src/system.h (DEV_BSIZE): Remove. + (DEFAULT_ST_BLKSIZE): New macro. + (ST_BLKSIZE): Use it, instead of DEV_BSIZE. + * src/tar.c (enum): Remove comma just before }. + 2003-11-12 Sergey Poznyakoff * src/list.c (decode_header): Initialize st_atime and