aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
Diffstat (limited to 'src/m')
-rw-r--r--src/m/vax.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/vax.h b/src/m/vax.h
index fa6cc1b5977..62c78e68ab0 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -38,7 +38,6 @@ NOTE-END */
38 38
39#define CRT0_DUMMIES 39#define CRT0_DUMMIES
40 40
41#ifdef BSD_SYSTEM
42/* USG systems I know of running on Vaxes do not actually 41/* USG systems I know of running on Vaxes do not actually
43 support the load average, so disable it for them. */ 42 support the load average, so disable it for them. */
44 43
@@ -50,11 +49,7 @@ NOTE-END */
50 49
51#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 50#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
52 51
53#endif /* BSD_SYSTEM */
54
55#ifdef BSD4_2
56#define HAVE_FTIME 52#define HAVE_FTIME
57#endif
58 53
59/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0 54/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0
60 (do not change this comment) */ 55 (do not change this comment) */