Mercurial > hg > xemacs-beta
diff src/unexfreebsd.c @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 850242ba4a81 |
children | ca9a9ec9c1c1 |
line wrap: on
line diff
--- a/src/unexfreebsd.c Mon Aug 13 10:20:29 2007 +0200 +++ b/src/unexfreebsd.c Mon Aug 13 10:21:18 2007 +0200 @@ -683,14 +683,14 @@ if (sbrk_of_0_at_unexec < current_sbrk) { if (sbrk_of_0_at_unexec != 0) - fprintf (stderr, "Absurd new brk addr = 0x%x (current = 0x%x)\n", + fprintf (stderr, "Absurd new brk addr = %lx (current = %lx)\n", sbrk_of_0_at_unexec, current_sbrk); } else { errno = 0; if (brk ((caddr_t) sbrk_of_0_at_unexec)) - fprintf (stderr, "failed to change brk addr to 0x%x: %s\n", + fprintf (stderr, "failed to change brk addr to %lx: %s\n", sbrk_of_0_at_unexec, SYS_ERR); }