Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Semi-colons help.



details:   https://anonhg.NetBSD.org/src/rev/25370fb0238c
branches:  trunk
changeset: 752151:25370fb0238c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 17 11:31:39 2010 +0000

description:
Semi-colons help.

diffstat:

 sys/arch/hppa/hppa/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e8371585e19 -r 25370fb0238c sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Wed Feb 17 11:21:24 2010 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Wed Feb 17 11:31:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.65 2010/02/17 10:03:30 skrll Exp $  */
+/*     $NetBSD: pmap.c,v 1.66 2010/02/17 11:31:39 skrll Exp $  */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.65 2010/02/17 10:03:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.66 2010/02/17 11:31:39 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -207,7 +207,7 @@
 
 void pmap_copy_page(paddr_t, paddr_t);
 
-static void pmap_page_physload(paddr_t, paddr_t)
+static void pmap_page_physload(paddr_t, paddr_t);
 
 #ifdef USE_HPT
 static inline struct hpt_entry *pmap_hash(pmap_t, vaddr_t);



Home | Main Index | Thread Index | Old Index