[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/unexenix.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/unexenix.c |
Date: |
Tue, 04 Feb 2003 09:03:47 -0500 |
Index: emacs/src/unexenix.c
diff -c emacs/src/unexenix.c:1.5 emacs/src/unexenix.c:1.6
*** emacs/src/unexenix.c:1.5 Mon Jan 15 04:06:29 1996
--- emacs/src/unexenix.c Tue Feb 4 09:03:13 2003
***************
*** 187,193 ****
WRITE (outfd, data_org, datalen,
"write error on %s", new_name);
! for (i = 2, segpos += (2 * sizeof (struct xseg));
i < nsegs;
i++, segpos += sizeof (struct xseg))
{
--- 187,193 ----
WRITE (outfd, data_org, datalen,
"write error on %s", new_name);
! for (i = 2, segpos += (2 * sizeof (struct xseg));
i < nsegs;
i++, segpos += sizeof (struct xseg))
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/unexenix.c,
Juanma Barranquero <=