cvs commit: ports/sysutils/coreutils Makefile ports/sysutils/coreutils/files extra-patch-stty.c

Jeremy Chadwick koitsu at FreeBSD.org
Thu Aug 28 12:06:22 UTC 2008


koitsu      2008-08-28 12:06:21 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/coreutils   Makefile 
  Added files:
    sysutils/coreutils/files extra-patch-stty.c 
  Log:
  Fix-up for 8.0-CURRENT.  src/stty.c fails to compile due to TAB1 and TAB2
  termios bits being undefined.  They've been moved to sys/ioctl_compat.h which
  requires _KERNEL be defined.  Somewhat of an ugly hack; possible alternative
  would be to remove use of TAB1 and TAB2 in src/stty.c altogether.
  
  Reported by:    jsa @ EFnet
  
  Revision  Changes    Path
  1.23      +7 -1      ports/sysutils/coreutils/Makefile
  1.1       +16 -0     ports/sysutils/coreutils/files/extra-patch-stty.c (new)


More information about the cvs-all mailing list