diff options
author | ae <ae@FreeBSD.org> | 2012-08-05 17:04:58 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2012-08-05 17:04:58 +0000 |
commit | ca7848660752fde3ed79474a4629668291f9e12c (patch) | |
tree | 78750fa09bd92c3bfd517b61bc93b736726a9530 /sys/boot/userboot/test/test.c | |
parent | bc11d86648e5ccdc7ad2944f1272d0013325e922 (diff) | |
download | FreeBSD-src-ca7848660752fde3ed79474a4629668291f9e12c.zip FreeBSD-src-ca7848660752fde3ed79474a4629668291f9e12c.tar.gz |
Bump USERBOOT_VERSION.
Requested by: dfr
Diffstat (limited to 'sys/boot/userboot/test/test.c')
-rw-r--r-- | sys/boot/userboot/test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/test/test.c b/sys/boot/userboot/test/test.c index 8745d31..63cb5e8 100644 --- a/sys/boot/userboot/test/test.c +++ b/sys/boot/userboot/test/test.c @@ -450,5 +450,5 @@ main(int argc, char** argv) term.c_lflag &= ~(ICANON|ECHO); tcsetattr(0, TCSAFLUSH, &term); - func(&cb, NULL, USERBOOT_VERSION_1, disk_fd >= 0); + func(&cb, NULL, USERBOOT_VERSION_2, disk_fd >= 0); } |