Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 I must be getting tired - use ...



details:   https://anonhg.NetBSD.org/src/rev/1499f6609b84
branches:  pgoyette-compat
changeset: 447793:1499f6609b84
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 24 04:32:41 2019 +0000

description:
I must be getting tired - use the correct name of the hook

diffstat:

 sys/compat/netbsd32/netbsd32_sysctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 582a510165df -r 1499f6609b84 sys/compat/netbsd32/netbsd32_sysctl.c
--- a/sys/compat/netbsd32/netbsd32_sysctl.c     Thu Jan 24 04:31:19 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysctl.c     Thu Jan 24 04:32:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_sysctl.c,v 1.38.2.4 2019/01/24 04:31:19 pgoyette Exp $        */
+/*     $NetBSD: netbsd32_sysctl.c,v 1.38.2.5 2019/01/24 04:32:41 pgoyette Exp $        */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysctl.c,v 1.38.2.4 2019/01/24 04:31:19 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysctl.c,v 1.38.2.5 2019/01/24 04:32:41 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -171,7 +171,7 @@
                       CTLTYPE_INT, "alignbytes", NULL,
                       NULL, ALIGNBYTES32, NULL, 0,
                       CTL_HW, HW_ALIGNBYTES, CTL_EOL);
-       MODULE_CALL_HOOK(netbsd32_machine_32_hook, (), machine, m);
+       MODULE_CALL_HOOK(netbsd32_machine32_hook, (), machine, m);
        sysctl_createv(&netbsd32_clog, 0, &_root, NULL,
                       CTLFLAG_PERMANENT,
                       CTLTYPE_STRING, "machine", NULL,



Home | Main Index | Thread Index | Old Index