From 66d1f1260c7b84acfbbc5160305b551afcabf384 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sat, 13 Jun 2009 13:09:14 +0000 Subject: [PATCH] remove last traces of FSDEVMAP svrctl --- include/sys/svrctl.h | 1 - man/man2/svrctl.2 | 6 ------ 2 files changed, 7 deletions(-) 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. -- 2.44.0