aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/samterm/plan9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/samterm/plan9.c')
-rw-r--r--src/cmd/samterm/plan9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/samterm/plan9.c b/src/cmd/samterm/plan9.c
index e860ea58..5f5c33d0 100644
--- a/src/cmd/samterm/plan9.c
+++ b/src/cmd/samterm/plan9.c
@@ -158,7 +158,7 @@ extstart(void)
}
}
- fd = open(exname, OREAD|O_NONBLOCK);
+ fd = open(exname, OREAD|ONONBLOCK);
if(fd == -1){
removeextern();
return;