2 #ifdef VMUNIX's that were missed
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Jul 1981 01:55:51 +0000 (17:55 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Jul 1981 01:55:51 +0000 (17:55 -0800)
SCCS-vsn: usr.bin/tip/remcap.c 4.5
SCCS-vsn: usr.bin/tip/tip.c 4.6

usr/src/usr.bin/tip/remcap.c
usr/src/usr.bin/tip/tip.c

index cebc8e6..8545d38 100644 (file)
@@ -1,4 +1,4 @@
-/*     remcap.c        4.4     81/07/11        */
+/*     remcap.c        4.5     81/07/13        */
 /* Copyright (c) 1979 Regents of the University of California */
 #ifndef BUFSIZ
 #define        BUFSIZ  1024
 /* Copyright (c) 1979 Regents of the University of California */
 #ifndef BUFSIZ
 #define        BUFSIZ  1024
@@ -6,7 +6,9 @@
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>
 #define MAXHOP 32      /* max number of tc= indirections */
 
 #include <ctype.h>
+#ifdef VMUNIX
 #include "local/uparm.h"
 #include "local/uparm.h"
+#endif
 /*
  * remcap - routines for dealing with the remote host data base
  *
 /*
  * remcap - routines for dealing with the remote host data base
  *
index 622748c..08690fe 100644 (file)
@@ -1,4 +1,4 @@
-/*     tip.c   4.5     81/07/11        */
+/*     tip.c   4.6     81/07/13        */
 /*
  * tip - Unix link to other systems
  *  tip [-v] [-speed] system-name
 /*
  * tip - Unix link to other systems
  *  tip [-v] [-speed] system-name
@@ -150,7 +150,9 @@ char *argv[];
         */
        ioctl(0, TIOCGETP, (char *)&defarg);
        ioctl(0, TIOCGETC, (char *)&defchars);
         */
        ioctl(0, TIOCGETP, (char *)&defarg);
        ioctl(0, TIOCGETC, (char *)&defchars);
+#ifdef VMUNIX
        ioctl(0, TIOCGETD, (char *)&odisc);
        ioctl(0, TIOCGETD, (char *)&odisc);
+#endif
        arg = defarg;
        arg.sg_flags = ANYP | CBREAK;
        tchars = defchars;
        arg = defarg;
        arg.sg_flags = ANYP | CBREAK;
        tchars = defchars;