fix many clang warnings in lib/

This commit is contained in:
Ben Gras
2011-06-23 19:25:36 +02:00
parent 6d8d7a88b2
commit e3f68488ee
24 changed files with 250 additions and 496 deletions
+1
View File
@@ -12,6 +12,7 @@
*/
#include "sysutil.h"
#include <minix/spin.h>
#include <minix/minlib.h>
/* Number of microseconds to keep spinning initially, without performing a
* system call. We pick a value somewhat smaller than a typical clock tick.