James Carlson wrote: > >> Given that, I'd actually prefer to remove the queue.h interfaces, and >> promote list.h. list.h interfaces are safer than BSD queue.h (see above >> argument), and have been around and available since ~forever. >> > > Please don't! > > The BSD queue.h interfaces are used in both kernel *and* user-space code > -- they're also present on Linux -- and the lack of them on classic > Solaris is a very annoying application portability issue. > > Removing them would be a big step backwards. > >
Ok. Well in this case, someone else should raise the commitment level and ARC them. Just having them "appear" on Solaris without any ARC coverage or interface stability is IMO less than helpful. It looks like this arrived with the Packet Filter Hooks stuff. - Garrett