cvs commit: src/sys/netgraph ng_device.c

Roman Kurakin rik at FreeBSD.org
Sun Dec 26 12:47:42 PST 2004


rik         2004-12-26 20:47:41 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_device.c 
  Log:
  tsleep => msleep
  read sys/kern/kern_synch.c, msleep ():
  
          KASSERT(timo != 0 || mtx_owned(&Giant) || mtx != NULL,
              ("sleeping without a mutex"));
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.16      +2 -2      src/sys/netgraph/ng_device.c


More information about the cvs-src mailing list