Change the prototype of fillw from (int, caddr_t, size_t) to

(short, void *, size_t).
This commit is contained in:
christos 1996-05-05 19:29:26 +00:00
parent 573f5e0cd6
commit 59fdcbc7ad
1 changed files with 2 additions and 2 deletions

View File

@ -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.
@ -121,7 +121,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 *));