]> code.delx.au - gnu-emacs/blobdiff - src/unexhp9k800.c
Fix use of int instead of EMACS_INT in editfns.c.
[gnu-emacs] / src / unexhp9k800.c
index 495094029d695dac0665e12935a2a8b7bad6aef7..cad2a5025abecc73d4007e6a6b8f8b7960822d4e 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);
     }