Author: imp Date: Tue Jan 26 18:39:30 2016 New Revision: 294847 URL: https://svnweb.freebsd.org/changeset/base/294847
Log: Remove static from these two. They slipped through the cracks. MFC After: 1 week Modified: head/sys/boot/mips/beri/boot2/boot2.c head/sys/boot/pc98/boot2/boot2.c Modified: head/sys/boot/mips/beri/boot2/boot2.c ============================================================================== --- head/sys/boot/mips/beri/boot2/boot2.c Tue Jan 26 18:39:23 2016 (r294846) +++ head/sys/boot/mips/beri/boot2/boot2.c Tue Jan 26 18:39:30 2016 (r294847) @@ -132,7 +132,7 @@ static struct dsk { } dsk; static char cmd[512], cmddup[512], knamebuf[1024]; static const char *kname; -static uint32_t opts; +uint32_t opts; #if 0 static int comspeed = SIOSPD; #endif Modified: head/sys/boot/pc98/boot2/boot2.c ============================================================================== --- head/sys/boot/pc98/boot2/boot2.c Tue Jan 26 18:39:23 2016 (r294846) +++ head/sys/boot/pc98/boot2/boot2.c Tue Jan 26 18:39:30 2016 (r294847) @@ -104,7 +104,7 @@ static struct dsk { } dsk; static char cmd[512], cmddup[512], knamebuf[1024]; static const char *kname; -static uint32_t opts; +uint32_t opts; static struct bootinfo bootinfo; #if SERIAL static int comspeed = SIOSPD; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"