From owner-cvs-include Sun Mar 12 04:13:39 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA14821 for cvs-include-outgoing; Sun, 12 Mar 1995 04:13:39 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA14811; Sun, 12 Mar 1995 04:13:38 -0800 Date: Sun, 12 Mar 1995 04:13:38 -0800 From: Bruce Evans Message-Id: <199503121213.EAA14811@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include/rpc rpc_msg.h Sender: cvs-include-owner@freebsd.org Precedence: bulk bde 95/03/12 04:13:38 Modified: include/rpc rpc_msg.h Log: Forward-declare `struct rpc_err' so that it isn't declared inside a prototype when isn't included. From owner-cvs-include Fri Mar 17 23:04:29 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19304 for cvs-include-outgoing; Fri, 17 Mar 1995 23:04:29 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19293; Fri, 17 Mar 1995 23:04:24 -0800 Date: Fri, 17 Mar 1995 23:04:24 -0800 From: "Rodney W. Grimes" Message-Id: <199503180704.XAA19293@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include/rpcsvc Makefile Sender: cvs-include-owner@freebsd.org Precedence: bulk rgrimes 95/03/17 23:04:23 Modified: . Makefile Added: etc/mtree BSD.include.dist Log: Use new mtree file to rebuild /usr/include. Modified: etc Makefile Log: Use new mtree file to rebuild /usr/include. Replace rm -f; ln -s with ln -sf when installing LATIN1LINKS, also do not attempt to chown/chmod these links. Modified: include Makefile Log: Temporarily add mkdir/chown of /usr/include/${LUDIR} so that things are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file. Modified: include/rpcsvc Makefile Log: Correct chmod of /usr/include/rpcsvc to match mtree file.