various coverity-inspired fixes

. some strncpy/strcpy to strlcpy conversions
	. new <minix/param.h> to avoid including other minix headers
	  that have colliding definitions with library and commands code,
	  causing parse warnings
	. removed some dead code / assignments
This commit is contained in:
Ben Gras
2012-07-16 14:00:56 +02:00
parent 77dbd766c1
commit cbcdb838f1
26 changed files with 89 additions and 80 deletions
+2
View File
@@ -8,6 +8,8 @@
#define EXTERN
#endif
#include <minix/param.h>
/* The boot image priv table. This table has entries for all system
* services in the boot image.
*/