diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-12-12 03:21:37 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-12-12 03:21:37 +0000 |
| commit | 15fd62fa0f35330246415b6953de07da8e885f14 (patch) | |
| tree | 9da0303b26145155a70eb30686b200dd91649627 /sys/gnu/fs | |
| parent | 7b30d7180fd190c658d76bf52a6c314269911d71 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/fs')
| -rw-r--r-- | sys/gnu/fs/xfs/FreeBSD/xfs_freebsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_freebsd.h b/sys/gnu/fs/xfs/FreeBSD/xfs_freebsd.h index d7a30d6ecd0d..a75600e690cf 100644 --- a/sys/gnu/fs/xfs/FreeBSD/xfs_freebsd.h +++ b/sys/gnu/fs/xfs/FreeBSD/xfs_freebsd.h @@ -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 */ |
