diff options
author | Patrick Mooney <patrick.f.mooney@gmail.com> | 2015-08-31 22:59:02 +0000 |
---|---|---|
committer | Patrick Mooney <patrick.f.mooney@gmail.com> | 2015-08-31 22:59:02 +0000 |
commit | 732e1698e1a18bdd031f360dc5e90c795e52f3c2 (patch) | |
tree | 95c9f37be9a4bdccc611d10c2342d71edf763a57 /usr | |
parent | 9fb41d79bcf917137f62ea68254281fcfe2c9a50 (diff) | |
download | illumos-joyent-732e1698e1a18bdd031f360dc5e90c795e52f3c2.tar.gz |
OS-4458 lxbrand complete moving ptrace to IKE (fix include)
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s | 2 | ||||
-rw-r--r-- | usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s b/usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s index 33978c08dd..a01d66554d 100644 --- a/usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s +++ b/usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s @@ -25,8 +25,6 @@ #include <sys/lx_syscall.h> #endif /* _ASM */ -#include "assym.h" - /* 64-bit signal syscall numbers */ #define LX_SYS_rt_sigreturn 15 diff --git a/usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s b/usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s index bce7f0005c..7afb9c4b7f 100644 --- a/usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s +++ b/usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s @@ -35,8 +35,6 @@ #include <sys/lx_syscall.h> #endif /* _ASM */ -#include "assym.h" - /* 32-bit syscall numbers */ #define LX_SYS_sigreturn 119 #define LX_SYS_rt_sigreturn 173 |