diff options
| author | Gordon Ross <gwr@nexenta.com> | 2015-05-02 16:01:22 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2015-12-07 20:47:26 -0500 |
| commit | bc0e91320069f0bcaee43e80a7ea686d9efa2d08 (patch) | |
| tree | b146b6ef39954d351da2785aa940b4ea3c78b5de /usr/src/cmd/csh | |
| parent | 5878fad70d76d8711f6608c1f80b0447601261c6 (diff) | |
| download | illumos-joyent-bc0e91320069f0bcaee43e80a7ea686d9efa2d08.tar.gz | |
5876 sys/regset.h pollutes name space (try 2)
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Jonathan Perkin <jperkin@joyent.com>
Reviewed by: Alexander Pyhalov <alp@sfedu.ru>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/csh')
| -rw-r--r-- | usr/src/cmd/csh/i386/signal.c | 4 | ||||
| -rw-r--r-- | usr/src/cmd/csh/sparc/signal.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/cmd/csh/i386/signal.c b/usr/src/cmd/csh/i386/signal.c index d023a9bd88..98250ad7e5 100644 --- a/usr/src/cmd/csh/i386/signal.c +++ b/usr/src/cmd/csh/i386/signal.c @@ -12,8 +12,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * 4.3BSD signal compatibility functions * @@ -27,7 +25,7 @@ #include <sys/types.h> #include <sys/siginfo.h> -#include <sys/ucontext.h> +#include <ucontext.h> #include <signal.h> #include "signal.h" #include <errno.h> diff --git a/usr/src/cmd/csh/sparc/signal.c b/usr/src/cmd/csh/sparc/signal.c index 9502940859..b2dd299ec4 100644 --- a/usr/src/cmd/csh/sparc/signal.c +++ b/usr/src/cmd/csh/sparc/signal.c @@ -12,8 +12,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * 4.3BSD signal compatibility functions * @@ -27,7 +25,7 @@ #include <sys/types.h> #include <sys/siginfo.h> -#include <sys/ucontext.h> +#include <ucontext.h> #include <signal.h> #include "signal.h" #include <errno.h> |
