Move MIN() and MAX() macros to sys/params.h

This commit is contained in:
Arun Thomas
2010-08-21 13:10:41 +00:00
parent 60a71efca8
commit de231a713e
26 changed files with 23 additions and 32 deletions

View File

@@ -40,6 +40,7 @@
#include <minix/sysutil.h> /* MINIX utility library functions */
#include <timers.h> /* watchdog timer management */
#include <errno.h> /* return codes and error numbers */
#include <sys/param.h>
/* Important kernel header files. */
#include "config.h" /* configuration, MUST be first */