X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9889c728e0ac840005a175e736f9bacd1a45cd56..0114e17e668a921c9050d5743943c16a9cee5f37:/src/unexsunos4.c diff --git a/src/unexsunos4.c b/src/unexsunos4.c index e95618ecc8..c8dff3482d 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -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 @@ -21,16 +22,6 @@ * __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);