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
+1
View File
@@ -9,6 +9,7 @@
#include <ansi.h>
#include <sys/types.h>
#include <sys/param.h>
#include <limits.h>
#include <errno.h>
#include <regex.h>
+1
View File
@@ -13,6 +13,7 @@
#include "super.h"
#include <minix/vfsif.h>
#include <assert.h>
#include <sys/param.h>
FORWARD _PROTOTYPE( struct buf *rahead, (struct inode *rip, block_t baseblock,
+1
View File
@@ -13,6 +13,7 @@
#include <minix/vfsif.h>
#include <minix/syslib.h>
#include <minix/sysutil.h>
#include <sys/param.h>
#if DEBUG
#define dprintf(x) printf x
+1
View File
@@ -26,6 +26,7 @@
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <sys/param.h>
#include "proto.h"
#include "super.h"
+1
View File
@@ -20,6 +20,7 @@
#include <limits.h>
#include <errno.h>
#include <sys/param.h>
#include "const.h"
#include "type.h"
+1
View File
@@ -49,6 +49,7 @@
#include <unistd.h>
#include <signal.h>
#include <assert.h>
#include <sys/param.h>
#include "proto.h"
#include "const.h"
+1
View File
@@ -20,6 +20,7 @@
#include <assert.h>
#include <env.h>
#include <pagetable.h>
#include <sys/param.h>
#include "glo.h"
#include "proto.h"
+1
View File
@@ -19,6 +19,7 @@
#include <assert.h>
#include <stdint.h>
#include <memory.h>
#include <sys/param.h>
#include "vm.h"
#include "proto.h"
+1
View File
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <memory.h>
#include <assert.h>
#include <sys/param.h>
#include "proto.h"
#include "glo.h"