commit | 7211dbcb2f8a43eb5d36bd15c7ba1267ba21e223 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 28 12:20:21 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 28 12:20:21 2015 +0000 |
tree | 633079990fabcc6169eb4658c35739fb8539ed3e | |
parent | e61086ff777e392998c136492d2bf9052d9b1aed [diff] |
build: include ptrace.h after regs.h Restore the order of including <sys/reg.h> and <linux/ptrace.h> headers that was inadvertently changed by commit v4.9-280-g5503dd2. This should fix build on platforms like m68k where some constants are defined simultaneously as enums by <sys/reg.h> and as macros by <asm/ptrace.h>. * process.c: Include "ptrace.h" after "regs.h". * signal.c: Likewise. * syscall.c: Likewise. * util.c: Likewise.