From owner-cvs-all Tue Sep 28 6:33:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E2A015537; Tue, 28 Sep 1999 06:33:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA09041; Tue, 28 Sep 1999 06:33:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909281333.GAA09041@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Sep 1999 06:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/28 06:33:13 PDT Modified files: lib/libftpio ftpio.c Log: Explicitly use sigemptyset to clear a sigset_t. Explicit initialization of sa_flags added so that the 'struct sigaction' can be declared local in both functions that use the global (static) declaration. Remove the global declaration. Revision Changes Path 1.33 +8 -3 src/lib/libftpio/ftpio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message