make TIOCSBRK less VAX dependent
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 3 Sep 1982 07:55:46 +0000 (23:55 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 3 Sep 1982 07:55:46 +0000 (23:55 -0800)
SCCS-vsn: usr.bin/tip/cmds.c 4.10

usr/src/usr.bin/tip/cmds.c

index b6aa514..8253950 100644 (file)
@@ -1,4 +1,4 @@
-/*     cmds.c  4.9     82/07/29        */
+/*     cmds.c  4.10    82/09/02        */
 #include "tip.h"
 /*
  * tip
 #include "tip.h"
 /*
  * tip
@@ -612,7 +612,7 @@ variable()
  */
 genbrk()
 {
  */
 genbrk()
 {
-#ifdef VMUNIX
+#ifdef TIOCSBRK
        ioctl(FD, TIOCSBRK, NULL);
        sleep(1);
        ioctl(FD, TIOCCBRK, NULL);
        ioctl(FD, TIOCSBRK, NULL);
        sleep(1);
        ioctl(FD, TIOCCBRK, NULL);