Subject: Re: garbage in sys/arch/i386/i386/machdep.c ?
To: =?iso-8859-1?Q?Jarom=EDr_Dolecek?= <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-i386
Date: 02/15/2001 11:34:08
On Thu, Feb 15, 2001 at 08:21:47PM +0100, Jaromír Dolecek wrote:

 > > seems like struc queue stuff in the file is no longer used by anything,
 > > if it ever way (the functions _insque(), _remque()). Is that correct ?
 > 
 > s/way/was/

Something (netiso?) still uses it -- they should be converted to
queue.h, obviously.

You should use idutils to track down the last uses of _insque,_remque
(and the non-_ counterparts?) and fix them before you delete the routines.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>