summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 21:13:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 21:13:00 +0000
commit61ab13cafc2081d9de96b7b523b322718b00d230 (patch)
tree5ecf6205901aea5701beff32fc82efbe59b191cb /sys/arch/hp300
parent022e7e4a2fe8ccb87410bc7a2357ca80b9afd3b6 (diff)
from netbsd; Fix declaration of hilqfree(), from <hag@wizardz.com>,
PR #1918.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/dev/hil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/hil.c b/sys/arch/hp300/dev/hil.c
index e29e171d7e0..f34def13cb6 100644
--- a/sys/arch/hp300/dev/hil.c
+++ b/sys/arch/hp300/dev/hil.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hil.c,v 1.20 1995/12/02 02:48:47 thorpej Exp $ */
+/* $NetBSD: hil.c,v 1.21 1996/01/10 20:31:12 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1012,6 +1012,7 @@ hilqalloc(hilp, qip, p)
hilqfree(hilp, qnum, p)
register struct hil_softc *hilp;
register int qnum;
+ struct proc *p;
{
#ifdef DEBUG