]> code.delx.au - gnu-emacs/blobdiff - src/unexenix.c
(find_field): Fix comment.
[gnu-emacs] / src / unexenix.c
index 10413bd65a0b8cbc99a8528b0f7c1ba86470d34f..c1ad8bbf7ebd4b75204a09301de68d02ad223790 100644 (file)
@@ -6,7 +6,8 @@
    we don't plan to think about it, or about whether other Emacs
    maintenance might break it.
 
-   Copyright (C) 1988, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1994, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -22,8 +23,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 \f
 
@@ -187,7 +188,7 @@ unexec (new_name, a_name, data_start, bss_start, entry_address)
   WRITE (outfd, data_org, datalen,
         "write error on %s", new_name);
 
-  for (i = 2, segpos += (2 * sizeof (struct xseg)); 
+  for (i = 2, segpos += (2 * sizeof (struct xseg));
        i < nsegs;
        i++, segpos += sizeof (struct xseg))
     {
@@ -258,3 +259,6 @@ fatal_unexec (s, va_alist)
   fputs (".\n", stderr);
   exit (1);
 }
+
+/* arch-tag: ce26be27-370a-438d-83b4-766059749a02
+   (do not change this comment) */