make robert happier (still crude though)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 22 Jul 1982 11:22:39 +0000 (03:22 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 22 Jul 1982 11:22:39 +0000 (03:22 -0800)
SCCS-vsn: sys/kern/tty_pty.c 4.22

usr/src/sys/kern/tty_pty.c

index 569723d..ee7a4fb 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty_pty.c       4.21    82/03/23        */
+/*     tty_pty.c       4.22    82/07/21        */
 
 /*
  * Pseudo-teletype Driver
 
 /*
  * Pseudo-teletype Driver
 #include "../h/file.h"
 #include "../h/proc.h"
 
 #include "../h/file.h"
 #include "../h/proc.h"
 
+#if NPTY == 1
 #undef NPTY
 #define        NPTY    32              /* crude XXX */
 #undef NPTY
 #define        NPTY    32              /* crude XXX */
+#endif
 
 #define BUFSIZ 100             /* Chunk size iomoved from user */
 
 
 #define BUFSIZ 100             /* Chunk size iomoved from user */