*BSD News Article 12471


Return to BSD News archive

Newsgroups: comp.os.386bsd.misc
Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!ns1.nodak.edu!plains.NoDak.edu!tinguely
From: tinguely@plains.NoDak.edu (Mark Tinguely)
Subject: Re: Kernal Recompile Failure in vm_pager.c
Sender: usenet@ns1.nodak.edu (Usenet login)
Message-ID: <C3L6rG.Bqy@ns1.nodak.edu>
Date: Mon, 8 Mar 1993 20:11:40 GMT
References: <JKH.93Mar6213132@whisker.lotus.ie{ <1778@dcsc.dla.mil>
Nntp-Posting-Host: plains.nodak.edu
Organization: North Dakota State University
Lines: 16

In article <1778@dcsc.dla.mil> cp01395@dcsc.dla.mil (Duane L. Rezac) writes:

>    I am trying to recompile the kernal. I have installed all of the
>    patches, and during the recompile I get the following:
> 
>    ../../vm/vm_pager.c:105: invalid lvalue in unary `&'
>    ../../vm/vm_pager.c:106: invalid lvalue in unary `&'
>    ../../vm/vm_pager.c:107: invalid lvalue in unary `&'

 my guess the swappager.h, vnodepager.h, and devpager.h in the /sys/compile
 subdirectory that config built defines the pager values as zeros and
 the array is trying to take the address of NULL.

 I really do not know why those header files contain zeros.

--mark.