Date: Tue, 18 Apr 2006 21:07:37 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95536 for review Message-ID: <200604182107.k3IL7bGi090166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95536 Change 95536 by imp@imp_Speedy on 2006/04/18 21:07:28 We don't need a string associated with the last command. Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/libat91/loader_prompt.c#6 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/loader_prompt.c#6 (text+ko) ==== @@ -60,7 +60,7 @@ {COMMAND_TFTP, "tftp"}, {COMMAND_WRITE, "w"}, {COMMAND_XMODEM, "x"}, - {COMMAND_FINAL_FLAG, "none"} + {COMMAND_FINAL_FLAG, 0} }; static unsigned tagAddress;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604182107.k3IL7bGi090166>