> The new libc is incompatible with some old applications, but I'm not
> too sure why. The lock was added at the end of FILE...
The size of FILE changed, thus the old application and the new library
no longer agree about the values for stdout and stderr:
#define stdin (&__sF[0])
#define stdout (&__sF[1])
#define stderr (&__sF[2])
- Tor Egge
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- HEADS UP: installworld gotchas Daniel Eischen
- Re: HEADS UP: installworld gotchas Bruce Evans
- Re: HEADS UP: installworld gotchas Daniel Eischen
- Re: HEADS UP: installworld gotchas Tor . Egge
- Re: HEADS UP: installworld gotchas Matt Dillon
- Re: HEADS UP: installworld gotchas Kris Kennaway
- Re: HEADS UP: installworld gotch... Garrett Wollman
- Re: HEADS UP: installworld g... Manfred Antar
- Re: HEADS UP: installworld g... David O'Brien
- Re: HEADS UP: installworld g... Bruce Evans
- Re: HEADS UP: installworld g... Garrett Wollman
- Re: HEADS UP: installworld gotchas Matt Dillon
- Re: HEADS UP: installworld gotch... Peter Wemm
- Re: HEADS UP: installworld g... Daniel Eischen
