Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
[bpt/emacs.git] / src / unexhp9k800.c
index 146cc57..cad2a50 100644 (file)
@@ -1,4 +1,16 @@
 /* Unexec for HP 9000 Series 800 machines.
+
+  This file is in the public domain.
+
+  Author: John V. Morris
+
+  This file was written by John V. Morris at Hewlett Packard.
+  Both the author and Hewlett Packard Co. have disclaimed the
+  copyright on this file, and it is therefore in the public domain.
+  (Search for "hp9k800" in copyright.list.)
+*/
+
+/*
    Bob Desinger <hpsemc!bd@hplabs.hp.com>
 
    Note that the GNU project considers support for HP operation a
@@ -47,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.  */
@@ -216,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);
     }