X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Felfcore-compat.h;h=0a90e1c3a42207c9d961ff29315dc48c95e0ddec;hb=6aad3738f6a79fd0ca480eaceefe064cc471f6eb;hp=532d13adabc4f5648dafee76f6edb319063f7a02;hpb=c4ec20717313daafba59225f812db89595952b83;p=karo-tx-linux.git diff --git a/include/linux/elfcore-compat.h b/include/linux/elfcore-compat.h index 532d13adabc4..0a90e1c3a422 100644 --- a/include/linux/elfcore-compat.h +++ b/include/linux/elfcore-compat.h @@ -45,8 +45,8 @@ struct compat_elf_prpsinfo char pr_zomb; char pr_nice; compat_ulong_t pr_flag; - compat_uid_t pr_uid; - compat_gid_t pr_gid; + __compat_uid_t pr_uid; + __compat_gid_t pr_gid; compat_pid_t pr_pid, pr_ppid, pr_pgrp, pr_sid; char pr_fname[16]; char pr_psargs[ELF_PRARGSZ];