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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user