Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Build fix for when COREDUMP is turned off, from Ray...



details:   https://anonhg.NetBSD.org/src/rev/fc07907e573e
branches:  trunk
changeset: 347614:fc07907e573e
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Sep 05 17:42:57 2016 +0000

description:
Build fix for when COREDUMP is turned off, from Ray Phillips in PR 51460.

diffstat:

 sys/kern/core_elf32.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e668632719e5 -r fc07907e573e sys/kern/core_elf32.c
--- a/sys/kern/core_elf32.c     Mon Sep 05 14:47:30 2016 +0000
+++ b/sys/kern/core_elf32.c     Mon Sep 05 17:42:57 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: core_elf32.c,v 1.47 2016/06/27 01:46:04 christos Exp $ */
+/*     $NetBSD: core_elf32.c,v 1.48 2016/09/05 17:42:57 dholland Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: core_elf32.c,v 1.47 2016/06/27 01:46:04 christos Exp $");
+__KERNEL_RCSID(1, "$NetBSD: core_elf32.c,v 1.48 2016/09/05 17:42:57 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_coredump.h"
@@ -562,7 +562,7 @@
 #else  /* COREDUMP */
 
 int
-ELFNAMEEND(coredump)(struct lwp *l, void *cookie)
+ELFNAMEEND(coredump)(struct lwp *l, struct coredump_iostate *cookie)
 {
 
        return ENOSYS;



Home | Main Index | Thread Index | Old Index