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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to