Fixed compilation errors in ps.c and rs/manager.c. The former was fixed by disabling code using no-longer-existant flags and the latter by removing the spurious parameter i from sys_privctl

This commit is contained in:
Erik van der Kouwe
2009-09-23 08:46:17 +00:00
parent dd0ea3aba0
commit 789c8a6ee4
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "syslib.h"
int sys_privctl(endpoint_t proc_ep, int request, int i, void *p)
int sys_privctl(endpoint_t proc_ep, int request, void *p)
{
message m;