From 732e1698e1a18bdd031f360dc5e90c795e52f3c2 Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Mon, 31 Aug 2015 22:59:02 +0000 Subject: OS-4458 lxbrand complete moving ptrace to IKE (fix include) --- usr/src/lib/brand/lx/lx_brand/amd64/lx_handler.s | 2 -- usr/src/lib/brand/lx/lx_brand/i386/lx_handler.s | 2 -- 2 files changed, 4 deletions(-) (limited to 'usr') 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 #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 #endif /* _ASM */ -#include "assym.h" - /* 32-bit syscall numbers */ #define LX_SYS_sigreturn 119 #define LX_SYS_rt_sigreturn 173 -- cgit v1.2.3