diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1999-03-03 14:02:50 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1999-03-03 14:02:50 +0000 |
| commit | 0f9ae8e23439096f8b7d81c5e72bc784017f78e0 (patch) | |
| tree | 03a3846a223ff7f4c5497f4bf63b4ccc03206e48 /usr.bin/window | |
| parent | 569b765ba9f343a6d7fd05507031a43774978d45 (diff) | |
Notes
Diffstat (limited to 'usr.bin/window')
| -rw-r--r-- | usr.bin/window/wwinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index b22eaf9bf325..0c7c2032c02c 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -314,7 +314,7 @@ wwinit() wwerrno = WWE_SYS; goto bad; } - fcntl(0,F_SETOWN,getpid()); + fcntl(0, F_SETOWN, getpid()); /* catch typeahead before ASYNC was set */ (void) kill(getpid(), SIGIO); wwstart1(); |
