Date: Tue, 5 Feb 2002 13:06:56 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/talkd announce.c extern.h print.c process.c table.c talkd.c Message-ID: <200202052106.g15L6u203442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/02/05 13:06:56 PST Modified files: libexec/talkd announce.c print.c process.c table.c talkd.c Added files: libexec/talkd extern.h Log: o Move externs to extern.h o Use new-style prototypes exclusively rather than the old foo() style. o Use new-style function definitions. o remove register o make functions passed to signal have the right signature. o do minor const poisoning. Revision Changes Path 1.15 +5 -11 src/libexec/talkd/announce.c 1.1 +40 -0 src/libexec/talkd/extern.h (new) 1.10 +4 -6 src/libexec/talkd/print.c 1.10 +5 -19 src/libexec/talkd/process.c 1.8 +15 -23 src/libexec/talkd/table.c 1.13 +5 -8 src/libexec/talkd/talkd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202052106.g15L6u203442>