Subject: Re: NetBSD 2.0 release date
To: None <thorpej@wasabisystems.com>
From: M. Warner Losh <imp@bsdimp.com>
List: tech-kern
Date: 12/07/2003 17:17:01
In message: <E045B264-28F0-11D8-A795-000A957650EC@wasabisystems.com>
            Jason Thorpe <thorpej@wasabisystems.com> writes:
: Consider this:
: 	program foo depends on libc.13 and libother.0
: 
: 	libother.0 depends on libc.12

Another problem is if foo is accessing stdio and libother.0 is
accessing stdio.  There's no data sharing, so there are two copies of
stdin, stdout, etc that might have completely different notions of the
size/layout of FILE.

Warner