diff options
Diffstat (limited to 'usr/src/uts/intel/sys/ucontext.h')
-rw-r--r-- | usr/src/uts/intel/sys/ucontext.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/intel/sys/ucontext.h b/usr/src/uts/intel/sys/ucontext.h index 5f64fa9393..acd6ddc99e 100644 --- a/usr/src/uts/intel/sys/ucontext.h +++ b/usr/src/uts/intel/sys/ucontext.h @@ -20,8 +20,6 @@ */ /* - * Copyright 2015 Nexenta Systems, Inc. All rights reserved. - * * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -35,7 +33,7 @@ #include <sys/feature_tests.h> #include <sys/types.h> -#include <sys/mcontext.h> +#include <sys/regset.h> #if !defined(_XPG4_2) || defined(__EXTENSIONS__) #include <sys/signal.h> #endif |