Bug in SVR4 BSD-compatibility library (libucb)

Sean Eric Fagan sef at kithrup.COM
Sat Jan 26 17:04:28 AEST 1991


In article <867 at dptspd.sat.datapoint.com> lcz at sat.datapoint.com (Lee Ziegenhals) writes:
>Has anyone else seen
>this?  Are there any SVR4 versions that have fixed this problem?  I am running
>the unmodified AT&T SVR4 V2.0.

Heh.  This is actually rather amusing.  For 3.2, there is a similar problem:
libx.a has a version of readdir() that returns the structure defined in
<sys/ndir.h>, which is incompatable with the version defined in libc.a and
<dirent.h>.  (Comments about this have been made on c.u.sysv386; the basic
consensus has been to remove the offending modules from libx.a; since I
haven't done that on kithrup yet, I tend to replace '-lx' with '-lc -lx'.)

-- 
Sean Eric Fagan  | "I made the universe, but please don't blame me for it;
sef at kithrup.COM  |  I had a bellyache at the time."
-----------------+           -- The Turtle (Stephen King, _It_)
Any opinions expressed are my own, and generally unpopular with others.



More information about the Comp.bugs.sys5 mailing list