From owner-cvs-all Thu Mar 22 7:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 675B137B725; Thu, 22 Mar 2001 07:41:13 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA30165; Thu, 22 Mar 2001 10:41:08 -0500 (EST) (envelope-from wollman) Date: Thu, 22 Mar 2001 10:41:08 -0500 (EST) From: Garrett Wollman Message-Id: <200103221541.KAA30165@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_vc.c svc_vc.c src/sys/sys socket.h src/usr.sbin/rpcbind pmap_svc.c rpcb_svc_com.c src/usr.sbin/keyserv Makefile keyserv.c keyserv.h keyserv_uid.c In-Reply-To: <200103220431.f2M4VUi82231@freefall.freebsd.org> References: <200103220431.f2M4VUi82231@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Make struct cmessage visible from socket.h (about 4 places were > defining it for themselves which wasn't good) This change is 100% bogus, and introduces additional unnecessary namespace pollution. The correct way to access the data of a control message is by using the CMSG_DATA() macro. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message