value of constants MSGS and TRIALS changed
authorRiccardo Gusella <gusella@ucbvax.Berkeley.EDU>
Thu, 24 Oct 1985 12:33:28 +0000 (04:33 -0800)
committerRiccardo Gusella <gusella@ucbvax.Berkeley.EDU>
Thu, 24 Oct 1985 12:33:28 +0000 (04:33 -0800)
SCCS-vsn: usr.sbin/timed/timedc/timedc.h 1.3

usr/src/usr.sbin/timed/timedc/timedc.h

index e683ba1..c24cdf7 100644 (file)
@@ -4,7 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-/*     @(#)timedc.h    1.2     (Berkeley)      %G%     */
+/*     @(#)timedc.h    1.3     (Berkeley)      %G%     */
 
 #include <sys/param.h>
 #include <stdio.h>
 
 #include <sys/param.h>
 #include <stdio.h>
@@ -20,8 +20,8 @@ extern int errno;
 #define ON             1
 #define OFF            0
 
 #define ON             1
 #define OFF            0
 
-#define MSGS           4
-#define TRIALS         8
+#define MSGS           6
+#define TRIALS         5
 
 #define GOOD           1
 #define UNREACHABLE    2
 
 #define GOOD           1
 #define UNREACHABLE    2