Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 10:59:58 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc MAKEDEV
Message-ID:  <200210241759.g9OHxwqQ016414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/10/24 10:59:58 PDT

  Modified files:
    etc                  MAKEDEV 
  Log:
  Fix a bug in MAKEDEV -- when creating /dev/usb, the code was using
  whatever random value was already in $unit. It happened to work
  because the variable is often unset, but this is not always the
  case e.g. when you call "MAKEDEV sio2 usb ..."
  
  This affects -stable as well.
  
  Reviewed by: n_hibma
  Silence from: re
  MFC after: 3 days
  
  Revision  Changes    Path
  1.332     +2 -2      src/etc/MAKEDEV

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210241759.g9OHxwqQ016414>