mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
#define __user to nothing
This commit is contained in:
parent
7b30d7180f
commit
15fd62fa0f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153330
@ -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