summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_xenix.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-07 20:05:45 +0000
committerpeter <peter@FreeBSD.org>1997-05-07 20:05:45 +0000
commita7aa801767b7cd7e31c85ace5bc3f4770c83488f (patch)
tree6cb404fafe48f4fdc95f0672693410ebc1cf62fd /sys/i386/ibcs2/ibcs2_xenix.c
parent0ec87b239e264c84b225f3c95637fd513ecb008d (diff)
downloadFreeBSD-src-a7aa801767b7cd7e31c85ace5bc3f4770c83488f.zip
FreeBSD-src-a7aa801767b7cd7e31c85ace5bc3f4770c83488f.tar.gz
md_regs is a struct trapframe * now, not int []
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c
index 065735e..d294924 100644
--- a/sys/i386/ibcs2/ibcs2_xenix.c
+++ b/sys/i386/ibcs2/ibcs2_xenix.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ibcs2_xenix.c,v 1.9 1997/02/22 09:33:29 peter Exp $
+ * $Id: ibcs2_xenix.c,v 1.10 1997/03/24 11:37:49 bde Exp $
*/
#include <sys/param.h>
@@ -63,7 +63,7 @@ extern struct sysent xenix_sysent[];
int
ibcs2_xenix(struct proc *p, struct ibcs2_xenix_args *uap, int *retval)
{
- struct trapframe *tf = (struct trapframe *)p->p_md.md_regs;
+ struct trapframe *tf = p->p_md.md_regs;
struct sysent *callp;
u_int code;
OpenPOWER on IntegriCloud