removal.
To: None <sommerfeld@netbsd.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: tech-kern
Date: 08/25/2002 18:30:08
> > > Do anyone mind if I remove <sys/clist.h> ? It contains only definitions
> > > for clist block that have never been present in NetBSD and I can't
> > > think that it will ever be. It's presence only causes confusion.
> >
> > You will not hear me object :-)
>
> Given the infinite-monkeys nature of what's found in pkgsrc, I'd
> expect this change to break a package or three. Be prepared to clean
> up after yourself ;-)
>
I'll accept that :-)
Note that struct clist has never been defined in that file, only
the clist block struct. Typically used when mapping all clists
onto the unibus for character devices :-)
-- Ragge