From: Philip Homburg Date: Mon, 25 Feb 2008 14:36:28 +0000 (+0000) Subject: SYS_MAPDMAx -> SYS_MAPDMA. X-Git-Tag: v3.1.4~241 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/www.isc.org/static/named-checkconf.html?a=commitdiff_plain;h=9d62f56ea1a2060fcedb38159b94f3f424fb2939;p=minix.git SYS_MAPDMAx -> SYS_MAPDMA. --- diff --git a/servers/rs/service.c b/servers/rs/service.c index acab09dda..71d355490 100644 --- a/servers/rs/service.c +++ b/servers/rs/service.c @@ -681,7 +681,7 @@ struct { "SETGRANT", SYS_SETGRANT }, { "READBIOS", SYS_READBIOS }, { "VM_MAP", SYS_VM_MAP }, - { "MAPDMAx", SYS_MAPDMAx }, + { "MAPDMA", SYS_MAPDMA }, { NULL, 0 } };