Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/include ANSIfy.



details:   https://anonhg.NetBSD.org/src/rev/489d986032af
branches:  trunk
changeset: 532310:489d986032af
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jun 05 06:19:29 2002 +0000

description:
ANSIfy.

diffstat:

 sys/arch/pmax/include/locore.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 7b26c7a4430e -r 489d986032af sys/arch/pmax/include/locore.h
--- a/sys/arch/pmax/include/locore.h    Wed Jun 05 06:18:34 2002 +0000
+++ b/sys/arch/pmax/include/locore.h    Wed Jun 05 06:19:29 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.4 2000/01/09 15:34:43 ad Exp $    */
+/* $NetBSD: locore.h,v 1.5 2002/06/05 06:19:29 simonb Exp $ */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -20,10 +20,10 @@
 
 #include <mips/locore.h>
 
-void   CopyToBuffer __P((u_short *src,         /* NB: must be short aligned */
-            volatile u_short *dst, int length));
-void   CopyFromBuffer __P((volatile u_short *src, char *dst, int length));
+void   CopyToBuffer(u_short *src,      /* NB: must be short aligned */
+            volatile u_short *dst, int length);
+void   CopyFromBuffer(volatile u_short *src, char *dst, int length);
 
-void   kn230_wbflush __P((void));
+void   kn230_wbflush(void);
 
 #endif /* !_PMAX_LOCORE_H_ */



Home | Main Index | Thread Index | Old Index