K 10 svn:author V 3 bde K 8 svn:date V 27 2002-09-17T10:01:02.000000Z K 7 svn:log V 567 Make `as' compile before it is axed. It still uses the archaic BSD interface setbuffer(), and emulates setbuffer() on USG systems using a #define of setbuffer() in terms of setvbuf(). The #define is correctly ifdefed in some places but was not correctly ifdefed here -- i.e., BSD was essentially configured as USG here. This became fatal when was de-__P(())ified without testing. This file gets included before , so the #define now affects (and breaks) `setbuffer' in where it didn't affect `setbuffer'. END