BSD 4_3_Tahoe release
[unix-history] / usr / doc / ps1 / 08.ipc / 5.t
index 9d00a91..e9b284f 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)5.t 1.4 (Berkeley) 5/2/86
+.\"    @(#)5.t 1.5 (Berkeley) 1/6/88
 .\"
 .\".ds RH "Advanced Topics
 .bp
 .\"
 .\".ds RH "Advanced Topics
 .bp
@@ -85,8 +85,8 @@ then reads the out-of-band byte.
  ...
 oob()
 {
  ...
 oob()
 {
-       int out = FWRITE;
-       char waste[BUFSIZ], mark;
+       int out = FWRITE, mark;
+       char waste[BUFSIZ];
 
        /* flush local terminal output */
        ioctl(1, TIOCFLUSH, (char *)&out);
 
        /* flush local terminal output */
        ioctl(1, TIOCFLUSH, (char *)&out);