From owner-cvs-all Sat Jun 3 8:47:10 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C0DA437BB36; Sat, 3 Jun 2000 08:46:48 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sat, 3 Jun 2000 11:46:45 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h In-Reply-To: <200006031030.DAA81607@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 3 Jun 2000, Bruce Evans wrote: > bde 2000/06/03 03:30:56 PDT > > Modified files: > sys/sys mbuf.h > Log: > Fixed regression of the type of the `header' member of struct pkthdr from > `void *' to caddr_t in rev.1.40. This mainly caused an annoying warning > for compiling ip_input.c. I don't get it! A long time ago, I learned from you that caddr_t is supposed to be used instead of void * in the kernel. Why is this case different? -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message