From owner-freebsd-hackers Sat Apr 13 17:29:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA10077 for hackers-outgoing; Sat, 13 Apr 1996 17:29:34 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA10069 for ; Sat, 13 Apr 1996 17:29:32 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14878(6)>; Sat, 13 Apr 1996 17:28:51 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Sat, 13 Apr 1996 17:28:00 -0700 To: reichert@internet.com cc: freebsd-hackers@freebsd.org Subject: Re: missing structures? In-reply-to: Your message of "Fri, 12 Apr 96 16:58:44 PDT." <199604122358.TAA19446@oneida.internet.com> Date: Sat, 13 Apr 1996 17:27:59 PDT From: Bill Fenner Message-Id: <96Apr13.172800pdt.177475@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199604122358.TAA19446@oneida.internet.com> you write: >While trying to get some obscure code compiled under 2.1R, I ran across >these macro definitions in sys/sockio.h : These are left over from the 3.3 multicast kernel integration; the first two are an accidental inclusino from a DARTNet research kernel and the third was a piece of RSVP support that was changed to use user-level IPC instead of a kernel call. You can safely remove all three defines, if they are causing you trouble. Bill