From: David van Moolenbroek Date: Sat, 13 Jun 2009 13:09:14 +0000 (+0000) Subject: remove last traces of FSDEVMAP svrctl X-Git-Tag: v3.1.5~237 X-Git-Url: http://zhaoyanbai.com/repos/icons/static/doxygen.log?a=commitdiff_plain;h=66d1f1260c7b84acfbbc5160305b551afcabf384;p=minix.git remove last traces of FSDEVMAP svrctl --- diff --git a/include/sys/svrctl.h b/include/sys/svrctl.h index 8f17765e2..e4868f078 100755 --- a/include/sys/svrctl.h +++ b/include/sys/svrctl.h @@ -23,7 +23,6 @@ Created: Feb 15, 1994 by Philip Homburg /* 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. */ diff --git a/man/man2/svrctl.2 b/man/man2/svrctl.2 index 195c8a2c4..e9dac060c 100644 --- a/man/man2/svrctl.2 +++ b/man/man2/svrctl.2 @@ -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.