diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:45:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 12:45:19 +0000 |
commit | 7f0bf6cd17ef27999a69603eba1dc3d9b246b6b7 (patch) | |
tree | 313d9253e4679b6447f41c93bcb844af61240ab1 /sys/arch/i386/include/cpu.h | |
parent | 9e14fc60b94913775e948b3ac25bb41763097f5f (diff) |
proto fillw
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 00810f898c6..4f5cbd78e41 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.34 1996/05/03 19:22:49 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.35 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 *)); |