artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa60dbb
)
proto fillw
author
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:45:18 +0000
(12:45 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:45:18 +0000
(12:45 +0000)
sys/arch/i386/include/cpu.h
patch
|
blob
|
history
diff --git
a/sys/arch/i386/include/cpu.h
b/sys/arch/i386/include/cpu.h
index
00810f8
..
4f5cbd7
100644
(file)
--- a/
sys/arch/i386/include/cpu.h
+++ b/
sys/arch/i386/include/cpu.h
@@
-1,4
+1,4
@@
-/* $NetBSD: cpu.h,v 1.3
4 1996/05/03 19:22:49
christos Exp $ */
+/* $NetBSD: cpu.h,v 1.3
5 1996/05/05 19:29:26
christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@
-153,7
+153,7
@@
void cpu_reset __P((void));
/* locore.s */
struct region_descriptor;
void lgdt __P((struct region_descriptor *));
-void fillw __P((
int, caddr_t
, size_t));
+void fillw __P((
short, void *
, size_t));
struct pcb;
void savectx __P((struct pcb *));