Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 03:01:03 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/as/config ho-sysv.h
Message-ID:  <200209171001.g8HA13ct057510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/09/17 03:01:02 PDT

  Modified files:
    gnu/usr.bin/as/config ho-sysv.h 
  Log:
  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 <stdio.h>
  was de-__P(())ified without testing.  This file gets included before
  <stdio.h>, so the #define now affects (and breaks)
  `setbuffer<left parentheses>' in <stdio.h> where it didn't affect
  `setbuffer<whitespace>'.
  
  Revision  Changes    Path
  1.5       +2 -0      src/gnu/usr.bin/as/config/ho-sysv.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171001.g8HA13ct057510>