Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 29 06:19:42 UTC 2018

Modified Files:
        src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c

Log Message:
Remove some spurious declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.115.2.8 -r1.115.2.9 \
    src/sys/arch/amd64/amd64/netbsd32_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/netbsd32_machdep.c
diff -u src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.8 src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.9
--- src/sys/arch/amd64/amd64/netbsd32_machdep.c:1.115.2.8	Thu Sep 27 01:34:38 2018
+++ src/sys/arch/amd64/amd64/netbsd32_machdep.c	Sat Sep 29 06:19:42 2018
@@ -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 @@ netbsd32_vm_default_addr(struct proc *p,
 		return VM_DEFAULT_ADDRESS32_BOTTOMUP(base, sz);
 }
 
-int netbsd32_amd64_init(int);
-int netbsd32_amd64_fini(int);
-
 void
 netbsd32_machdep_md_init(void)
 {

Reply via email to