diff options
| author | rsc <devnull@localhost> | 2005-01-07 18:03:36 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-07 18:03:36 +0000 |
| commit | a19ff5b204a5e36ae522feb4acc0f31542b95f38 (patch) | |
| tree | 9f03f972fe7615d0c763fb680a0a837e4f625729 /src/cmd/samterm/plan9.c | |
| parent | b80755cf2d7bfaed4c8120cbd9b874f799e65644 (diff) | |
| download | plan9port-a19ff5b204a5e36ae522feb4acc0f31542b95f38.tar.gz plan9port-a19ff5b204a5e36ae522feb4acc0f31542b95f38.zip | |
debugging for sam, and an old fix forgotten
Diffstat (limited to 'src/cmd/samterm/plan9.c')
| -rw-r--r-- | src/cmd/samterm/plan9.c | 2 |
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; |
