From owner-cvs-include Thu Feb 12 19:11:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05397 for cvs-include-outgoing; Thu, 12 Feb 1998 19:11:34 -0800 (PST) (envelope-from owner-cvs-include) 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 TAA05310; Thu, 12 Feb 1998 19:10:43 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA26930; Thu, 12 Feb 1998 19:10:29 -0800 (PST) Date: Thu, 12 Feb 1998 19:10:29 -0800 (PST) Message-Id: <199802130310.TAA26930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include Makefile src/include/rpc key_prot.h src/include/rpcsvc Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/12 19:10:29 PST Modified files: include Makefile include/rpcsvc Makefile Removed files: include/rpc key_prot.h Log: Uncommit the generated file key_prot.h. Install it from where it is generated. It must be installed in both /usr/include/rpc/ and /usr/include/rpcsvc/ for historical reasons. The generated version was once missing ANSI prototypes because the wrong flags were passed to rpcgen, but that is fixed now. The committed version had `#pragma indent' which gratuitously broke K&R support. Apart from this, all versions before and after this commit are identical. Revision Changes Path 1.72 +2 -2 src/include/Makefile 1.22 +3 -1 src/include/rpcsvc/Makefile