Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/cobalt Remove a redundant function declaration.



details:   https://anonhg.NetBSD.org/src/rev/44326078efea
branches:  trunk
changeset: 551815:44326078efea
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Sep 12 15:29:48 2003 +0000

description:
Remove a redundant function declaration.

diffstat:

 sys/arch/cobalt/cobalt/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4179129690a3 -r 44326078efea sys/arch/cobalt/cobalt/machdep.c
--- a/sys/arch/cobalt/cobalt/machdep.c  Fri Sep 12 15:29:16 2003 +0000
+++ b/sys/arch/cobalt/cobalt/machdep.c  Fri Sep 12 15:29:48 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.45 2003/09/12 14:59:12 tsutsui Exp $     */
+/*     $NetBSD: machdep.c,v 1.46 2003/09/12 15:29:48 tsutsui Exp $     */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.45 2003/09/12 14:59:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.46 2003/09/12 15:29:48 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -107,7 +107,6 @@
 phys_ram_seg_t mem_clusters[VM_PHYSSEG_MAX];
 int mem_cluster_cnt;
 
-void   configure(void);
 void   mach_init(unsigned int);
 void   decode_bootstring(void);
 static char *  strtok_light(char *, const char);



Home | Main Index | Thread Index | Old Index