from netbsd; Fix declaration of hilqfree(), from <hag@wizardz.com>,
authorderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 21:12:59 +0000 (21:12 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 21:12:59 +0000 (21:12 +0000)
PR #1918.

sys/arch/hp300/dev/hil.c

index e29e171..f34def1 100644 (file)
@@ -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