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 And use proper macro names
details: https://anonhg.NetBSD.org/src/rev/5ba50e3612b7
branches: pgoyette-compat
changeset: 830789:5ba50e3612b7
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Sep 25 00:53:59 2018 +0000
description:
And use proper macro names
diffstat:
sys/arch/amd64/amd64/netbsd32_machdep_16.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5005facce623 -r 5ba50e3612b7 sys/arch/amd64/amd64/netbsd32_machdep_16.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 00:00:05 2018 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep_16.c Tue Sep 25 00:53:59 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.4 2018/09/25 00:00:05 pgoyette Exp $ */
+/* $NetBSD: netbsd32_machdep_16.c,v 1.1.2.5 2018/09/25 00:53:59 pgoyette Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.4 2018/09/25 00:00:05 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep_16.c,v 1.1.2.5 2018/09/25 00:53:59 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -243,8 +243,8 @@
return (EJUSTRETURN);
}
-MODULE_HOOK_SET(netbsd32_sendsig_hook, "nb32_16", netbsd32_sendsig_16);
-MODULE_HOOK_UNSET(netbsd32_sendsig_hook);
+MODULE_SET_HOOK(netbsd32_sendsig_hook, "nb32_16", netbsd32_sendsig_16);
+MODULE_UNSET_HOOK(netbsd32_sendsig_hook);
void
netbsd32_machdep_md_16_init(void)
Home |
Main Index |
Thread Index |
Old Index