[Midnightbsd-cvs] src [10862] trunk/usr.sbin/btxld/btxld.c: increase size

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 13 18:28:41 EDT 2018


Revision: 10862
          http://svnweb.midnightbsd.org/src/?rev=10862
Author:   laffer1
Date:     2018-06-13 18:28:40 -0400 (Wed, 13 Jun 2018)
Log Message:
-----------
increase size

Modified Paths:
--------------
    trunk/usr.sbin/btxld/btxld.c

Modified: trunk/usr.sbin/btxld/btxld.c
===================================================================
--- trunk/usr.sbin/btxld/btxld.c	2018-06-13 22:27:38 UTC (rev 10861)
+++ trunk/usr.sbin/btxld/btxld.c	2018-06-13 22:28:40 UTC (rev 10862)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-  "$MidnightBSD$";
+	"$MidnightBSD$";
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -426,7 +426,7 @@
 	    le32toh(eh.p[0].p_filesz));
 	eh.p[1].p_vaddr = eh.p[1].p_paddr =
 	    htole32(align(le32toh(eh.p[0].p_paddr) + le32toh(eh.p[0].p_memsz),
-	    4));
+	    4096));
 	eh.p[1].p_filesz = eh.p[1].p_memsz = htole32(hdr->data);
 	eh.sh[2].sh_addr = eh.p[0].p_vaddr;
 	eh.sh[2].sh_offset = eh.p[0].p_offset;



More information about the Midnightbsd-cvs mailing list