From 4ca58d0af958a9d0f8b1852e838066fb78764a91 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 31 Jul 1992 00:23:30 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/bsd/sun/sparc/sigcontext.h | 2 +- sysdeps/unix/bsd/sun/sunos4/wait.c | 2 +- sysdeps/unix/bsd/sun/sunos4/wait3.c | 2 +- sysdeps/unix/bsd/sun/sunos4/waitpid.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysdeps/unix/bsd/sun/sparc/sigcontext.h b/sysdeps/unix/bsd/sun/sparc/sigcontext.h index b61d642..4834f2f 100644 --- a/sysdeps/unix/bsd/sun/sparc/sigcontext.h +++ b/sysdeps/unix/bsd/sun/sparc/sigcontext.h @@ -25,7 +25,7 @@ struct sigcontext #define SPARC_MAXREGWINDOW 31 /* Maximum usable register windows. */ int sc_sp, sc_pc, sc_npc, sc_psr, sc_g1, sc_o0; int sc_wbcnt; /* Number of outstanding windows. */ - PTR sc_spbuf[SPARC_MAXREGWINDOW]; /* SP's for each window. */ + __ptr_t sc_spbuf[SPARC_MAXREGWINDOW]; /* SP's for each window. */ int sc_wbuf[SPARC_MAXREGWINDOW][16]; /* Saved register windows. */ }; diff --git a/sysdeps/unix/bsd/sun/sunos4/wait.c b/sysdeps/unix/bsd/sun/sunos4/wait.c index 452fdd2..d9ee77b 100644 --- a/sysdeps/unix/bsd/sun/sunos4/wait.c +++ b/sysdeps/unix/bsd/sun/sunos4/wait.c @@ -1 +1 @@ -#include +#include diff --git a/sysdeps/unix/bsd/sun/sunos4/wait3.c b/sysdeps/unix/bsd/sun/sunos4/wait3.c index a7485f5..ecc1113 100644 --- a/sysdeps/unix/bsd/sun/sunos4/wait3.c +++ b/sysdeps/unix/bsd/sun/sunos4/wait3.c @@ -1 +1 @@ -#include +#include diff --git a/sysdeps/unix/bsd/sun/sunos4/waitpid.c b/sysdeps/unix/bsd/sun/sunos4/waitpid.c index a483922..47129a8 100644 --- a/sysdeps/unix/bsd/sun/sunos4/waitpid.c +++ b/sysdeps/unix/bsd/sun/sunos4/waitpid.c @@ -1 +1 @@ -#include +#include -- 2.7.4