Now that the compat4x libc.so.4 binary has been updated, we can finally

switch over to using a future-proof stdin/out/err.

Note that if you run 4.x binaries on your system, you will certainly
want to update /usr/lib/compat/libc.so.4.  The easiest way is to
add "COMPAT4X= yes" in your /etc/make.conf.
This commit is contained in:
Peter Wemm 2001-09-20 08:47:41 +00:00
parent dadb6c3bb0
commit d02cf26a56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83712

View File

@ -198,7 +198,7 @@ __END_DECLS
#endif
/* To be removed by 5.0-RELEASE */
#if (defined(__i386__) || defined(__alpha__)) && !defined(_FIXED_STDIO)
#if (defined(__i386__) || defined(__alpha__)) && defined(_OLD_STDIO)
#define stdin (&__sF[0])
#define stdout (&__sF[1])
#define stderr (&__sF[2])