]> Zhao Yanbai Git Server - minix.git/commitdiff
Add installboot to host tools 11/3211/1
authorJean-Baptiste Boric <jblbeurope@gmail.com>
Thu, 10 Sep 2015 22:02:37 +0000 (00:02 +0200)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Thu, 8 Oct 2015 10:10:51 +0000 (12:10 +0200)
Change-Id: I5594cfdb13362b51f86b9ef76e82c21402c47f8d

tools/Makefile
usr.sbin/installboot/minixfs3.c

index 2a970b80af743597a41bdf99cecb1c0c3e66f9ca..447e27f1dce8570915591f6560d65bfbc26a77ec 100644 (file)
@@ -121,7 +121,7 @@ SUBDIR += .WAIT texinfo \
                .WAIT \
                .WAIT \
                .WAIT \
-               .WAIT \
+               .WAIT installboot \
                pwd_mkdb stat strfile zic
 .endif
 .if defined(__MINIX)
index cf491b8b946015caf719655c94e926e608c28062..e26c1e68f69464604968d857c8402bee4bf37fa7 100644 (file)
@@ -3,8 +3,7 @@
 #include <stdint.h>
 #include <errno.h>
 #include <sys/stat.h>
-#include <sys/bootblock.h>
-#include <sys/syslimits.h>
+#include <limits.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <string.h>