]> code.delx.au - gnu-emacs/blobdiff - src/unexenix.c
(temp_output_buffer_setup): Use new type for overlays_(before|after).
[gnu-emacs] / src / unexenix.c
index 9fb775a27ce5b6366f694da701ff1ffbae501fe9..2121c26839faec917bc58b72406b91d476db1f16 100644 (file)
@@ -22,7 +22,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, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 \f
 
@@ -186,7 +187,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))
     {