diff options
| -rw-r--r-- | sys/src/cmd/rio/rio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c index ae1edcaf3..668556401 100644 --- a/sys/src/cmd/rio/rio.c +++ b/sys/src/cmd/rio/rio.c @@ -1258,7 +1258,7 @@ initkbd(void) char *e; c = chancreate(sizeof(char*), 16); - proccreate(kbdproc, c, STACK); + procrfork(kbdproc, c, STACK, RFFDG); if(e = recvp(c)){ chanfree(c); c = nil; |
