From owner-cvs-libexec Tue Oct 22 15:04:23 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA08761 for cvs-libexec-outgoing; Tue, 22 Oct 1996 15:04:23 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA08702; Tue, 22 Oct 1996 15:03:52 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15642(3)>; Tue, 22 Oct 1996 15:03:18 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177529>; Tue, 22 Oct 1996 15:03:11 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: "Marc G. Fournier" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/libexec/mail.local mail.local.c In-reply-to: Your message of "Tue, 22 Oct 1996 14:01:04 PDT." <199610222101.OAA02238@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Oct 1996 15:02:55 PDT From: Bill Fenner Message-Id: <96Oct22.150311pdt.177529@crevenia.parc.xerox.com> Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marc, mail.local no longer compiles. The declaration for saveeuid ended up in the function definition for deliver(), a "saveeuid=geteuid()" ended up in the middle of a comment, etc. Looks like patch failed miserably and you didn't check the output. Bill