Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 1996 22:10:28 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        u8331056@cc.nctu.edu.tw
Subject:   Re: kernel can't be compiled
Message-ID:  <199607292010.WAA04252@uriah.heep.sax.de>
In-Reply-To: <199607291409.WAA03875@potato.Dorm7.NCTU.edu.tw> from Chao-Cheng Huang at "Jul 29, 96 10:09:38 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Chao-Cheng Huang wrote:
> 
> Hi, all:
> 
> 	May somebody help me? I got the latest kernel source and make
> 	it. Some error happened when I make depend.  The error message is:
> 
> ../../i386/i386/pmap.c:2538: macro TAILQ_NEXT' used with just one arg
> mkdep: compile failed.
> *** Error code 1
> 
> Stop.                              
> 
> 	My pmap.c is v1.112. kernel config file is:

Looks like this must be:

		                VV--- here
                pv = TAILQ_NEXT(pv, pv->pv_list)) {
#ifdef used_to_be
                printf(" -> pmap %x, va %x, flags %x",
                    pv->pv_pmap, pv->pv_va, pv->pv_flags);
#endif

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607292010.WAA04252>