*** empty log message ***
[bpt/emacs.git] / src / unexsunos4.c
index e95618e..c8dff34 100644 (file)
@@ -1,3 +1,4 @@
+/* Contributed by Viktor Dukhovni.  */
 /*
  * Unexec for Berkeley a.out format + SUNOS shared libraries
  * The unexeced executable contains the __DYNAMIC area from the
  *  __DYNAMIC and data_start,  just make sure that pre-crt0.o (the name
  *  is somewhat abused here) is loaded first!
  *
- * $Log:       unexsunos4.c,v $
- * Revision 1.3  90/02/15  04:27:40  root
- * Now it actually works.
- * 
- * Revision 1.2  90/02/15  02:02:01  root
- * Many comments,  fixes,  works not only with emacs.
- * 
- * Revision 1.1  90/01/29  19:43:46  root
- * Initial revision
- * 
  */
 #ifdef emacs
 #include "config.h"
@@ -115,8 +106,8 @@ unexec (new_name, a_name, bndry, bss_start, entry)
 
 
   /*
-   * Remeber a magic cookie so we know we've got the right binary
-   * when remaping.
+   * Remember a magic cookie so we know we've got the right binary
+   * when remapping.
    */
   cookie = time (0);