Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/30/1996 13:40:02
thorpej
Tue Jan 30 10:31:07 PST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1394/sys/arch/sparc/dev

Modified Files:
	fd.c 
Log Message:
Implement DIOCLOCK.  It's a no-op in this driver.


thorpej
Tue Jan 30 10:34:08 PST 1996
Update of /a/cvsroot/src/sbin/edlabel
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1460/sbin/edlabel

Modified Files:
	edlabel.c 
Log Message:
#include <sys/ioccom.h> -> #include <sys/ioctl.h>


thorpej
Tue Jan 30 10:35:48 PST 1996
Update of /a/cvsroot/src/usr.bin/eject
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1495/usr.bin/eject

Modified Files:
	eject.c 
Log Message:
Disks now share a common interface for "unlock" and "eject".  Teach
eject(1) how to use it.  There is now a single eject_disk() rather
than eject_floppy(), eject_cdrom(), etc.