From: David van Moolenbroek Date: Wed, 7 Aug 2013 12:17:10 +0000 (+0200) Subject: Add VM_GETRUSAGE to VM_BASIC_CALLS X-Git-Tag: v3.3.0~855 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c19c805d3bf3c5f7903ebd6bcae5fc4ad45c4cfe;p=minix.git Add VM_GETRUSAGE to VM_BASIC_CALLS This unbreaks test75. Change-Id: I71539f941b9a4ee5e7f57de2ee9adaeab4d2730e --- diff --git a/include/minix/com.h b/include/minix/com.h index a7da571bb..df1e7fc34 100644 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -1096,7 +1096,7 @@ /* Basic vm calls allowed to every process. */ #define VM_BASIC_CALLS \ VM_MMAP, VM_VFS_REPLY, VM_MUNMAP, VM_MAP_PHYS, VM_UNMAP_PHYS, \ - VM_INFO + VM_INFO, VM_GETRUSAGE /*===========================================================================* * Messages for IPC server *