From owner-cvs-all Tue Feb 5 13: 7: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D47A937B422; Tue, 5 Feb 2002 13:06:56 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15L6u203442; Tue, 5 Feb 2002 13:06:56 -0800 (PST) (envelope-from imp) Message-Id: <200202052106.g15L6u203442@freefall.freebsd.org> From: Warner Losh Date: Tue, 5 Feb 2002 13:06:56 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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