Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 1996 23:29:54 -0800 (PST)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/devfs devfs_tree.c
Message-ID:  <199602180729.XAA00194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      96/02/17 23:29:54

  Modified:    sys/miscfs/devfs  devfs_tree.c
  Log:
  really stupid mistake that stopped devices from appearing on the fly in mounted
  DEVFS filesystems..
  
  - 		if ( error = dev_add_name(child->name,parent->dnp
  + 		if ( error = dev_add_name(child->name,falias->dnp
  
  Ok bruce, this is the one you were seeing..
  
  Revision  Changes    Path
  1.18      +5 -2      src/sys/miscfs/devfs/devfs_tree.c



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