artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5fec98
)
from netbsd; Fix declaration of hilqfree(), from <hag@wizardz.com>,
author
deraadt
<deraadt@openbsd.org>
Fri, 12 Jan 1996 21:12:59 +0000
(21:12 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 12 Jan 1996 21:12:59 +0000
(21:12 +0000)
PR #1918.
sys/arch/hp300/dev/hil.c
patch
|
blob
|
history
diff --git
a/sys/arch/hp300/dev/hil.c
b/sys/arch/hp300/dev/hil.c
index
e29e171
..
f34def1
100644
(file)
--- a/
sys/arch/hp300/dev/hil.c
+++ b/
sys/arch/hp300/dev/hil.c
@@
-1,4
+1,4
@@
-/* $NetBSD: hil.c,v 1.2
0 1995/12/02 02:48:47
thorpej Exp $ */
+/* $NetBSD: hil.c,v 1.2
1 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