aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-01 20:25:45 +0000
committerRichard M. Stallman1993-06-01 20:25:45 +0000
commit9f717104c4561ddec60549ab22fa4283c6ea5baa (patch)
tree3e04560ecf5332e24a0deed96dc6b22ffa6d950e /src
parentab1d55ea3190c7b4839051d189942c00a4481f5e (diff)
downloademacs-9f717104c4561ddec60549ab22fa4283c6ea5baa.tar.gz
emacs-9f717104c4561ddec60549ab22fa4283c6ea5baa.zip
(KERNEL_FILE): New override definition.
Diffstat (limited to 'src')
-rw-r--r--src/m/pmax.h6
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 */
55 just delete the definition. */ 55 just delete the definition. */
56#define LIBS_MACHINE -ldnet 56#define LIBS_MACHINE -ldnet
57 57
58#if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ 58/* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */
59/* dob@tis.inel.gov says this is needed. */
60#undef KERNEL_FILE 59#undef KERNEL_FILE
61#define KERNEL_FILE "/unix" 60#define KERNEL_FILE "/vmunix"
62#endif