cvs commit: src/sys/kern subr_clist.c

Ed Schouten ed at FreeBSD.org
Wed Jul 30 18:19:38 UTC 2008


ed          2008-07-30 12:32:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_clist.c 
  Log:
  SVN rev 180994 on 2008-07-30 12:32:42Z by ed
  
  Don't make subr_clist.c depend on the TTY layer.
  
  After the import of the new TTY layer, the TTY_QUOTE definition will not
  be present anymore. To make sure clists will still work as expected,
  introduce an internal definition called QUOTEMASK.
  
  Maybe we can decide to remove the quote bits entirely, but we still have
  to look into this. There may be drivers that still use the quote bits.
  
  Obtained from:  //depot/projects/mpsafetty
  
  Revision  Changes    Path
  1.47      +6 -5      src/sys/kern/subr_clist.c


More information about the cvs-all mailing list