Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA17751; Wed, 20 Dec 95 12:13:53 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA06074; Wed, 20 Dec 95 12:13:54 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA22007; Wed, 20 Dec 1995 12:13:44 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id JAA02797
          for cvs-committers-outgoing; Wed, 20 Dec 1995 09:13:16 -0800 (PST)
Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA02784
          Wed, 20 Dec 1995 09:13:06 -0800 (PST)
Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA29649; Wed, 20 Dec 1995 10:15:38 -0700
Date: Wed, 20 Dec 1995 10:15:38 -0700
From: Nate Williams <nate@rocky.sri.MT.net>
Message-Id: <199512201715.KAA29649@rocky.sri.MT.net>
To: Nate Williams <nate@freefall.freebsd.org>
Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject: Re: cvs commit: src/sys/i386/include cpufunc.h
In-Reply-To: <199512201706.JAA01622@freefall.freebsd.org>
References: <199512201706.JAA01622@freefall.freebsd.org>
Sender: owner-cvs-committers@FreeBSD.ORG
Precedence: bulk

Nate Williams writes:
> nate        95/12/20 09:06:42
> 
>   Branch:      sys/i386/include  RELENG_2_1_0
>   Modified:    sys/i386/include  cpufunc.h
>   Log:
>   C++ doesn't allow implicit conversions from 'void *' to other pointer
>   types.   Explicitly cast the pointer to the correct type.
>   

Bruce already fixed this for -current, but this came up during a
discussion John Polstra and I had earlier on this week.  The warnings
occurred when trying to compile 'DDD' (The Data Debugger).

/usr/include/machine/spl.h needs to be changed as well to get DDD to
compile, but I'm un-sure if I shouldn't just bring in the version from
-current which works.


Nate
