]> Zhao Yanbai Git Server - minix.git/commitdiff
remove last traces of FSDEVMAP svrctl
authorDavid van Moolenbroek <david@minix3.org>
Sat, 13 Jun 2009 13:09:14 +0000 (13:09 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 13 Jun 2009 13:09:14 +0000 (13:09 +0000)
include/sys/svrctl.h
man/man2/svrctl.2

index 8f17765e260309670f83f89225ee95e391ad0826..e4868f078270e2b2aa4ca9177dd3ddc2cf196e0b 100755 (executable)
@@ -23,7 +23,6 @@ Created:      Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
 
 /* FS controls. */
 #define FSSIGNON       _IOW('F',  2, struct fssignon)
-#define FSDEVMAP       _IORW('F', 5, struct fsdevmap)
 #define FSDEVUNMAP     _IOW('F',  6, struct fsdevunmap)
 
 /* Kernel controls. */
index 195c8a2c4279a30d3800251ed75769a313bb07ee..e9dac060cbdc31c19f1c89f6a1cb1c7f7f6285d9 100644 (file)
@@ -39,12 +39,6 @@ Tell MM to stop using swapspace.
 .TP
 .B FSSIGNON
 Register a new device with FS.
-.ig
-.TP
-.B FSDEVMAP
-Translate a device number to a task number, minor device pair using a
-\fBstruct fsdevmap\fP
-..
 .TP
 .B SYSSIGNON
 Inform the kernel that the process want to become a server.