cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l

John Birrell jb at FreeBSD.org
Sat Apr 26 04:26:24 UTC 2008


jb          2008-04-26 04:26:23 UTC

  FreeBSD src repository

  Modified files:
    cddl/contrib/opensolaris/lib/libdtrace/common dt_lex.l 
  Log:
  * Define YY_INPUT for flex since input() can't be re-defined.
  * On FreeBSD define both LITTLE_ENDIAN and BIG_ENDIAN and then set the
    BYTE_ORDER to the one we are using. On Solaris they define one or
    the other but not both. For us to keep using FreeBSD header files,
    we need to use endian definitions the same way we do in pure BSD
    code.
  
  Revision  Changes    Path
  1.2       +0 -0      src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_lex.l


More information about the cvs-src mailing list