diff options
author | imp <imp@FreeBSD.org> | 2001-12-24 07:04:23 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-12-24 07:04:23 +0000 |
commit | 5146add1c19b0725a26fe7f35c6165e8f4f35c5e (patch) | |
tree | 174faa97de47d9e402985f36d5a37f6e2237155c /UPDATING | |
parent | 45c9af66b84718b3766f504ea91589789cf8f813 (diff) | |
download | FreeBSD-src-5146add1c19b0725a26fe7f35c6165e8f4f35c5e.zip FreeBSD-src-5146add1c19b0725a26fe7f35c6165e8f4f35c5e.tar.gz |
Add note about __stdoutp to the compat stuff.
Submitted by: ru
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ COMMON ITEMS: section later in the file. to work. cd src/lib/compat/compat4x.i386 make all install + You will see __stdoutp undefined until you do this. 20010919: There's a bug in the world build process. The cross-tools |