From owner-freebsd-current Sat Apr 5 03:04:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA02070 for current-outgoing; Sat, 5 Apr 1997 03:04:44 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA02065 for ; Sat, 5 Apr 1997 03:04:40 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id UAA03952; Sat, 5 Apr 1997 20:57:18 +1000 Date: Sat, 5 Apr 1997 20:57:18 +1000 From: Bruce Evans Message-Id: <199704051057.UAA03952@godzilla.zeta.org.au> To: current@freebsd.org, dufault@hda.com Subject: Re: Breaking the lkm DISPATCH macro Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I've fixed the code in the tree but user LKMs in -current will break. >They're already broken in -current versus non -current since the name >argument has changed from a string to an identifier so I think that >is a minor issue. Only very-uncurrent user LKMs are broken in -current, since the name arg changed from a string to an identifier in -current almost 18 months ago. 2.2 is the same as -current here. Bruce