From owner-cvs-usrsbin Thu Jun 4 08:43:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29626 for cvs-usrsbin-outgoing; Thu, 4 Jun 1998 08:43:18 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29453; Thu, 4 Jun 1998 08:42:35 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24296; Thu, 4 Jun 1998 08:41:46 -0700 (PDT) Date: Thu, 4 Jun 1998 08:41:46 -0700 (PDT) Message-Id: <199806041541.IAA24296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/portmap portmap.c src/usr.sbin/ypserv yp_main.c src/usr.sbin/rpc.yppasswdd yppasswdd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/06/04 08:41:46 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/portmap portmap.c usr.sbin/ypserv yp_main.c usr.sbin/rpc.yppasswdd yppasswdd_server.c Log: MFC: protect errno in signal handlers. Revision Changes Path 1.4.2.4 +5 -1 src/usr.sbin/portmap/portmap.c 1.6.2.5 +9 -2 src/usr.sbin/ypserv/yp_main.c 1.9.2.3 +6 -1 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c