From owner-cvs-all Thu Jun 4 08:38:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28474 for cvs-all-outgoing; Thu, 4 Jun 1998 08:38:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 IAA28428; Thu, 4 Jun 1998 08:37:56 -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 IAA24192; Thu, 4 Jun 1998 08:37:06 -0700 (PDT) Date: Thu, 4 Jun 1998 08:37:06 -0700 (PDT) Message-Id: <199806041537.IAA24192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/rpc.ypxfrd ypxfrd_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/06/04 08:37:06 PDT Modified files: usr.sbin/rpc.ypxfrd ypxfrd_main.c Log: Darnit, that last commit was only supposed to change files in the -current branch. I mistakenly checked out the 2.2.x rpc.ypxfrd into my -current working directory. No harm done, but I got really confused when I went to check out rpc.ypxfrd again and found the changes I wanted to make were already there. (I'm going to fix the other 2.2.x versions of the other programs in a minute.) Anyway: protect errno in the signal handler, in the -current version of rpc.ypxfrd this time. Revision Changes Path 1.7 +9 -2 src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message