From owner-freebsd-current Tue May 6 09:30:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19823 for current-outgoing; Tue, 6 May 1997 09:30:11 -0700 (PDT) Received: from widefw.csl.sony.co.jp (widefw.csl.sony.co.jp [133.138.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19818 for ; Tue, 6 May 1997 09:30:08 -0700 (PDT) Received: from hotaka.csl.sony.co.jp (hotaka.csl.sony.co.jp [43.27.98.57]) by widefw.csl.sony.co.jp (8.8.3/3.5Wbeta) with ESMTP id QAA02764 for ; Tue, 6 May 1997 16:29:53 GMT Received: from localhost (localhost [127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.4/3.3W3) with ESMTP id BAA01994 for ; Wed, 7 May 1997 01:29:36 +0900 (JST) Message-Id: <199705061629.BAA01994@hotaka.csl.sony.co.jp> To: current@FreeBSD.ORG Subject: PRU_OLDSTYLE in current Date: Wed, 07 May 1997 01:29:35 +0900 From: Kenjiro Cho Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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.