Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 May 1997 01:29:35 +0900
From:      Kenjiro Cho <kjc@csl.sony.co.jp>
To:        current@FreeBSD.ORG
Subject:   PRU_OLDSTYLE in current
Message-ID:  <199705061629.BAA01994@hotaka.csl.sony.co.jp>

next in thread | raw e-mail | index | archive | help

I have noticed the following situation:
PRU_OLDSTYLE has been removed from "sys/protosw.h".
If you include netkey, netatalk, or netns, the current kernel panics
in domaininit.
Even when you specify PRU_OLDSTYLE, a kernel won't compile because 
"extern struct pr_usrreqs pru_oldstyle" is missing in "sys/protosw.h".

My question is:
should all the existing protocols move to the new pr_usrreqs?
or
should PRU_OLDSTYLE be put back to "sys/protosw.h" until all the
protocols move to the new style?

--kj

---
Kenjiro Cho
Sony Computer Science Laboratory Inc.



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