From owner-cvs-include Sun May 18 02:16:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA21800 for cvs-include-outgoing; Sun, 18 May 1997 02:16:45 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA21781; Sun, 18 May 1997 02:16:07 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA31610; Sun, 18 May 1997 19:12:55 +1000 Date: Sun, 18 May 1997 19:12:55 +1000 From: Bruce Evans Message-Id: <199705180912.TAA31610@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-include@FreeBSD.org, peter@FreeBSD.org Subject: Re: cvs commit: src/include/rpc auth.h Sender: owner-cvs-include@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Modified files: > include/rpc auth.h > Log: > fix missing close comment in login_cap additions That is wrong too. login_cap.h no longer defines AUTH_NONE, so auth.h shouldn't have an ifdef for it. > Revision Changes Path > 1.12 +2 -2 src/include/rpc/auth.h Sigh, 4 revisions for a trivial null change. Bruce