* lots of warning fixes; builds with -std1 on dec unix
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 8 Oct 1998 15:19:09 +0000 (15:19 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 8 Oct 1998 15:19:09 +0000 (15:19 +0000)
commitbb23faa2d3b2c59613814108be9f213c9fecb19f
tree30af2545cc1c8b5b42c760a51383ec3272816eb1
parent337832ad60b1e141e1332b789a2672d8204fca42
    * lots of warning fixes; builds with -std1 on dec unix
        * aidepost.c, citadel.h, citmail.c, file_ops.c, msgbase.c, netmailer.c,           netproc.c, rcit.c, server.h, stats.c, userlist.c: use time_t where
          needed
        * control.c, room_ops.c, serv_chat.c, sysdep.c: use memset() instead of           bzero()
        * dynloader.c, dynloader.h, messages.c, server.h, sysdep.c,
          sysdep_decls.h: function pointer/prototyping fixes
21 files changed:
citadel/ChangeLog
citadel/aidepost.c
citadel/citadel.h
citadel/citmail.c
citadel/control.c
citadel/dynloader.c
citadel/dynloader.h
citadel/file_ops.c
citadel/messages.c
citadel/msgbase.c
citadel/msgform.c
citadel/netmailer.c
citadel/netproc.c
citadel/rcit.c
citadel/room_ops.c
citadel/serv_chat.c
citadel/server.h
citadel/stats.c
citadel/sysdep.c
citadel/sysdep_decls.h
citadel/userlist.c