diff options
Diffstat (limited to 'src/m/pmax.h')
-rw-r--r-- | src/m/pmax.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index 320b96f551f..8cbc258dde7 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -55,8 +55,6 @@ NOTE-END */ just delete the definition. */ #define LIBS_MACHINE -ldnet -#if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ -/* dob@tis.inel.gov says this is needed. */ +/* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ #undef KERNEL_FILE -#define KERNEL_FILE "/unix" -#endif +#define KERNEL_FILE "/vmunix" |