]> git.pond.sub.org Git - empserver/commit
caddr_t is obsolete. Replace by void *, except for struct empfile
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 23 Aug 2004 18:29:44 +0000 (18:29 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 23 Aug 2004 18:29:44 +0000 (18:29 +0000)
commitdcfd251f959b89a207c85741d9d0a1dcb33f0731
tree5d24ea55f05f662d5a5bc51ed7b88344213f5a74
parent059353e957615f48cccc8af3168e6da830299920
caddr_t is obsolete.  Replace by void *, except for struct empfile
member cache, which becomes char * to keep pointer arithmetic simple.
40 files changed:
include/commodity.h
include/common.h
include/econfig-spec.h
include/file.h
include/land.h
include/loan.h
include/lost.h
include/misc.h
include/nat.h
include/news.h
include/nsc.h
include/nuke.h
include/optlist.h
include/plane.h
include/power.h
include/prototypes.h
include/sect.h
include/ship.h
include/trade.h
include/treaty.h
src/lib/commands/cede.c
src/lib/commands/cons.c
src/lib/commands/fina.c
src/lib/commands/laun.c
src/lib/commands/mfir.c
src/lib/commands/sona.c
src/lib/commands/tend.c
src/lib/commands/tran.c
src/lib/common/file.c
src/lib/common/maps.c
src/lib/subs/detonate.c
src/lib/subs/fortdef.c
src/lib/subs/nxtitem.c
src/lib/subs/nxtsct.c
src/lib/subs/radmap.c
src/lib/subs/satmap.c
src/lib/subs/shpsub.c
src/lib/subs/takeover.c
src/lib/subs/wu.c
src/scripts/indent-emp