cvs commit: src/sys/compat/ndis kern_ndis.c

Bill Paul wpaul at FreeBSD.org
Mon Jan 19 10:56:33 PST 2004


wpaul       2004/01/19 10:56:31 PST

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_ndis.c 
  Log:
  Eliminate some code duplication: since ndis_runq() and ndis_intq() were
  basically the same function, compact them into a single loop which can
  be used for both threads.
  
  Revision  Changes    Path
  1.31      +48 -79    src/sys/compat/ndis/kern_ndis.c


More information about the cvs-all mailing list