Author: thompsa
Date: Tue Oct  4 00:15:40 2011
New Revision: 225955
URL: http://svn.freebsd.org/changeset/base/225955

Log:
  Allow ixp425 boot2 to compile after r219452

Modified:
  head/sys/boot/arm/ixp425/boot2/boot2.c

Modified: head/sys/boot/arm/ixp425/boot2/boot2.c
==============================================================================
--- head/sys/boot/arm/ixp425/boot2/boot2.c      Mon Oct  3 21:48:10 2011        
(r225954)
+++ head/sys/boot/arm/ixp425/boot2/boot2.c      Tue Oct  4 00:15:40 2011        
(r225955)
@@ -86,7 +86,7 @@ static unsigned dsk_start;
 static char cmd[512];
 static char kname[1024];
 static uint32_t opts;
-static int dsk_meta;
+static uint8_t dsk_meta;
 static int bootslice;
 static int bootpart;
 static int disk_layout;
_______________________________________________
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