/* -*-C-*-
-$Id: hppacach.c,v 1.10 1996/11/13 22:09:05 adams Exp $
+$Id: hppacach.c,v 1.11 1996/11/13 22:15:28 adams Exp $
Copyright (c) 1990-1993 Massachusetts Institute of Technology
\f
/* File that contains the symbol table for the kernel */
-#define KERNEL_FILE1 "/hp-ux"
-#define KERNEL_FILE2 "/stand/vmunix"
+#define KERNEL_FILE "/hp-ux"
+#define KERNEL_FILE "/stand/vmunix"
/* File where the kernel image lives */
{
DEBUGGING (printf ("reading nlist...\n"));
- if ((nlist (KERNEL_FILE1, nl)) != 0)
- if ((nlist (KERNEL_FILE2, nl)) != 0)
- io_lose ("read_nlist", "failed on %s and %s", KERNEL_FILE1, KERNEL_FILE2);
+ if ((nlist (KERNEL_FILE, nl)) != 0)
+ io_lose ("read_nlist", "failed on both %s and %s", KERNEL_FILE);
DEBUGGING (printf ("reading nlist done.\n"));