mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-02-01 07:00:36 +03:00
Fix kmod CHECK_BITFIELD
This commit is contained in:
@@ -111,9 +111,6 @@ free((item)); \
|
||||
|
||||
#ifndef KERNEL_SPACE
|
||||
|
||||
|
||||
#define CHECK_BITFIELD(value, field) (((value) & (field)) == (field))
|
||||
|
||||
#define max(a,b)__extension__\
|
||||
({ \
|
||||
__typeof__ (a) _a = (a); \
|
||||
@@ -130,6 +127,8 @@ free((item)); \
|
||||
|
||||
#endif /* not a KERNEL_SPACE */
|
||||
|
||||
#define CHECK_BITFIELD(value, field) (((value) & (field)) == (field))
|
||||
|
||||
static inline int randint(void) {
|
||||
int rnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user