Author: attilio
Date: Tue Nov 23 18:47:43 2010
New Revision: 215756
URL: http://svn.freebsd.org/changeset/base/215756

Log:
  Revert r215755 as it was supposed to happen on -CURRENT and not STABLE_8.
  
  Pointy hat to:        me

Modified:
  stable/8/sys/boot/common/load_elf.c

Modified: stable/8/sys/boot/common/load_elf.c
==============================================================================
--- stable/8/sys/boot/common/load_elf.c Tue Nov 23 18:45:12 2010        
(r215755)
+++ stable/8/sys/boot/common/load_elf.c Tue Nov 23 18:47:43 2010        
(r215756)
@@ -453,8 +453,7 @@ __elfN(loadimage)(struct preloaded_file 
        }
        result = archsw.arch_readin(ef->fd, lastaddr, shdr[i].sh_size);
        if (result < 0 || (size_t)result != shdr[i].sh_size) {
-           printf("\nelf" __XSTRING(__ELF_WORD_SIZE) "_loadimage: could not 
read symbols - skipped! (%ju - %ju)", (uintmax_t)result,
-               (uintmax_t)shdr[i].sh_size);
+           printf("\nelf" __XSTRING(__ELF_WORD_SIZE) "_loadimage: could not 
read symbols - skipped!");
            lastaddr = ssym;
            ssym = 0;
            goto nosyms;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to