cvs commit: src/libexec/talkd announce.c extern.h print.c table.c
talkd.c
Juli Mallett
jmallett at FreeBSD.org
Wed Apr 2 21:13:28 PST 2003
jmallett 2003/04/02 21:13:27 PST
FreeBSD src repository
Modified files:
libexec/talkd announce.c extern.h print.c table.c
talkd.c
Log:
MFp4 @27667: WARNS=5 cleanup on i386.
Remove the unused FILE\ *tf from print_mesg args, and the
bogus passing in of an uninitialised FILE* for it.
Call a timeval 'now' instead of 'clock' due to shadowing.
Remove a nested localtime declaration.
Make the delete invite argument match the ID type, u_int32_t.
Use const for pointers to const items.
Cast to long where printing as such.
Include netinet/in.h for htonl/htons.
Reviewed by: imp
Revision Changes Path
1.16 +5 -7 src/libexec/talkd/announce.c
1.3 +2 -2 src/libexec/talkd/extern.h
1.12 +7 -5 src/libexec/talkd/print.c
1.9 +2 -1 src/libexec/talkd/table.c
1.14 +1 -0 src/libexec/talkd/talkd.c
More information about the cvs-src
mailing list