Deleted Added
full compact
37c37
< * $FreeBSD: head/include/stdio.h 72394 2001-02-12 03:31:23Z peter $
---
> * $FreeBSD: head/include/stdio.h 72472 2001-02-14 05:00:20Z peter $
134c134,136
< extern FILE __sF[];
---
> extern FILE __stdin;
> extern FILE __stdout;
> extern FILE __stderr;
197,199c199,201
< #define stdin (&__sF[0])
< #define stdout (&__sF[1])
< #define stderr (&__sF[2])
---
> #define stdin (&__stdin)
> #define stdout (&__stdout)
> #define stderr (&__stderr)