Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/arch/amd64/amd64 Remove some spurious declarat...



details:   https://anonhg.NetBSD.org/src/rev/22b9f5c7eb1c
branches:  pgoyette-compat
changeset: 830824:22b9f5c7eb1c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 06:19:42 2018 +0000

description:
Remove some spurious declarations.

diffstat:

 sys/arch/amd64/amd64/netbsd32_machdep.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r c5ac0b679b81 -r 22b9f5c7eb1c sys/arch/amd64/amd64/netbsd32_machdep.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep.c   Sat Sep 29 04:24:02 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep.c   Sat Sep 29 06:19:42 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.115.2.8 2018/09/27 01:34:38 pgoyette Exp $      */
+/*     $NetBSD: netbsd32_machdep.c,v 1.115.2.9 2018/09/29 06:19:42 pgoyette Exp $      */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.115.2.8 2018/09/27 01:34:38 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.115.2.9 2018/09/29 06:19:42 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -973,9 +973,6 @@
                return VM_DEFAULT_ADDRESS32_BOTTOMUP(base, sz);
 }
 
-int netbsd32_amd64_init(int);
-int netbsd32_amd64_fini(int);
-
 void
 netbsd32_machdep_md_init(void)
 {



Home | Main Index | Thread Index | Old Index