SIOCATMARK returns int
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 7 Jan 1988 02:29:13 +0000 (18:29 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 7 Jan 1988 02:29:13 +0000 (18:29 -0800)
SCCS-vsn: share/doc/psd/21.ipc/5.t 1.5

usr/src/share/doc/psd/21.ipc/5.t

index 3907a64..6a6460b 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) %G%
+.\"    @(#)5.t 1.5 (Berkeley) %G%
 .\"
 .\".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);