kernel/fs/binfmt_misc.c
.. .. @@ -44,10 +44,10 @@ 44 44 static int enabled = 1; 45 45 46 46 enum {Enabled, Magic}; 47 -#define MISC_FMT_PRESERVE_ARGV0 (1 << 31)48 -#define MISC_FMT_OPEN_BINARY (1 << 30)49 -#define MISC_FMT_CREDENTIALS (1 << 29)50 -#define MISC_FMT_OPEN_FILE (1 << 28)47 +#define MISC_FMT_PRESERVE_ARGV0 (1UL << 31)48 +#define MISC_FMT_OPEN_BINARY (1UL << 30)49 +#define MISC_FMT_CREDENTIALS (1UL << 29)50 +#define MISC_FMT_OPEN_FILE (1UL << 28)51 51 52 52 typedef struct { 53 53 struct list_head list;