From 7e00142ff0e7ff8241ff33647552b669d0dbbe08 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 14 Aug 2005 10:54:18 +0000 Subject: Add mquery to the system calls which need extra care due to off_t arguments and reversed stack direction; ok mickey@ --- sys/arch/hppa/hppa/trap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 2273df5d94e..d110fc48045 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.87 2005/07/18 02:43:25 fgsch Exp $ */ +/* $OpenBSD: trap.c,v 1.88 2005/08/14 10:54:15 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -781,6 +781,7 @@ syscall(struct trapframe *frame) case SYS_pwritev: case SYS_pread: case SYS_pwrite: i = 4; break; + case SYS_mquery: case SYS_mmap: i = 6; break; } -- cgit v1.2.3