#define __user to nothing
This commit is contained in:
parent
7b30d7180f
commit
15fd62fa0f
@ -206,6 +206,10 @@
|
||||
#define howmany(x, y) (((x)+((y)-1))/(y))
|
||||
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))
|
||||
|
||||
#ifndef __user
|
||||
#define __user
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Juggle IRIX device numbers - still used in ondisk structures
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user