From owner-cvs-include Tue May 6 19:28:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA24512 for cvs-include-outgoing; Tue, 6 May 1997 19:28:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA24482; Tue, 6 May 1997 19:28:07 -0700 (PDT) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27740; Tue, 6 May 1997 19:27:19 -0700 (PDT) Date: Tue, 6 May 1997 19:27:19 -0700 (PDT) Message-Id: <199705070227.TAA27740@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include/arpa inet.h src/include/rpcsvc yp_prot.h ypclnt.h src/include fts.h grp.h link.h login_cap.h mpool.h pthread_np.h regex.h resolv.h utime.h utmp.h src/include/protocols dumprestore.h routed.h talkd.h timed.h src/include/rpc auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc_msg.h svc.h svc_auth.h xdr.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/05/06 19:27:19 Modified: include fts.h grp.h link.h login_cap.h mpool.h pthread_np.h regex.h resolv.h utime.h utmp.h include/arpa inet.h include/protocols dumprestore.h routed.h talkd.h timed.h include/rpc auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc_msg.h svc.h svc_auth.h xdr.h include/rpcsvc yp_prot.h ypclnt.h Log: Make a lot of include-files self-contained. I excluded the patches changing int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange Revision Changes Path 1.2 +10 -4 src/include/fts.h 1.2 +2 -0 src/include/grp.h 1.12 +4 -1 src/include/link.h 1.8 +5 -1 src/include/login_cap.h 1.4 +2 -0 src/include/mpool.h 1.3 +2 -0 src/include/pthread_np.h 1.2 +1 -0 src/include/regex.h 1.11 +3 -1 src/include/resolv.h 1.2 +2 -0 src/include/utime.h 1.6 +3 -1 src/include/utmp.h 1.8 +2 -2 src/include/arpa/inet.h 1.3 +2 -0 src/include/protocols/dumprestore.h 1.9 +4 -1 src/include/protocols/routed.h 1.3 +3 -0 src/include/protocols/talkd.h 1.4 +4 -0 src/include/protocols/timed.h 1.10 +5 -1 src/include/rpc/auth.h 1.7 +4 -1 src/include/rpc/auth_unix.h 1.8 +4 -1 src/include/rpc/clnt.h 1.8 +4 -1 src/include/rpc/pmap_clnt.h 1.7 +3 -1 src/include/rpc/pmap_prot.h 1.7 +3 -1 src/include/rpc/pmap_rmt.h 1.9 +4 -1 src/include/rpc/rpc_msg.h 1.10 +6 -1 src/include/rpc/svc.h 1.7 +5 -1 src/include/rpc/svc_auth.h 1.8 +2 -1 src/include/rpc/xdr.h 1.7 +3 -1 src/include/rpcsvc/yp_prot.h 1.7 +4 -1 src/include/rpcsvc/ypclnt.h