]> Zhao Yanbai Git Server - minix.git/commitdiff
SYS_MAPDMAx -> SYS_MAPDMA.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 25 Feb 2008 14:36:28 +0000 (14:36 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 25 Feb 2008 14:36:28 +0000 (14:36 +0000)
servers/rs/service.c

index acab09dda1cc70de9e4fa48c2624b7620b8d8129..71d355490a9ef40751e2a1d1cc97b54879648f73 100644 (file)
@@ -681,7 +681,7 @@ struct
        { "SETGRANT",           SYS_SETGRANT },
        { "READBIOS",           SYS_READBIOS },
        { "VM_MAP",             SYS_VM_MAP },
-       { "MAPDMAx",            SYS_MAPDMAx },
+       { "MAPDMA",             SYS_MAPDMA },
        { NULL,         0 }
 };