(MAX_SCREEN_BUF): New macro.
[bpt/emacs.git] / src / unexhp9k800.c
index 4950940..cad2a50 100644 (file)
@@ -59,9 +59,7 @@
 
 #include <a.out.h>
 
-#ifdef HPUX_USE_SHLIBS
 #include <dl.h>
-#endif
 
 /* brk value to restore, stored as a global.
    This is really used only if we used shared libraries.  */
@@ -228,7 +226,7 @@ read_header (file, hdr, auxhdr)
   if (hdr->a_magic != EXEC_MAGIC && hdr->a_magic != SHARE_MAGIC
       &&  hdr->a_magic != DEMAND_MAGIC)
     {
-      fprintf (stderr, "a.out file doesn't have legal magic number\n");
+      fprintf (stderr, "a.out file doesn't have valid magic number\n");
       exit (1);
     }