From a4d126b7eba84a9ca4eb82b2c5843ac6d2985a4d Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 12 Jan 1996 21:12:59 +0000 Subject: [PATCH] from netbsd; Fix declaration of hilqfree(), from , PR #1918. --- sys/arch/hp300/dev/hil.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1