Rename paramctl to setgrant.

This commit is contained in:
Ben Gras
2006-06-23 15:35:05 +00:00
parent add4be444f
commit 3b814d36d1
10 changed files with 63 additions and 61 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ PRIVATE void initialize(void)
map(SYS_NICE, do_nice); /* set scheduling priority */
map(SYS_PRIVCTL, do_privctl); /* system privileges control */
map(SYS_TRACE, do_trace); /* request a trace operation */
map(SYS_PARAMCTL, do_paramctl); /* get/set own parameters */
map(SYS_SETGRANT, do_setgrant); /* get/set own parameters */
/* Signal handling. */
map(SYS_KILL, do_kill); /* cause a process to be signaled */