Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern regen
details: https://anonhg.NetBSD.org/src/rev/00f455b3d5ba
branches: trunk
changeset: 966255:00f455b3d5ba
user: christos <christos%NetBSD.org@localhost>
date: Mon Oct 21 14:23:53 2019 +0000
description:
regen
diffstat:
sys/kern/init_sysent.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0ad0a2e27938 -r 00f455b3d5ba sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Mon Oct 21 14:07:42 2019 +0000
+++ b/sys/kern/init_sysent.c Mon Oct 21 14:23:53 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_sysent.c,v 1.325 2019/09/22 23:03:20 christos Exp $ */
+/* $NetBSD: init_sysent.c,v 1.326 2019/10/21 14:23:53 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.325 2019/09/22 23:03:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.326 2019/10/21 14:23:53 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_modular.h"
@@ -1887,7 +1887,7 @@
.sy_call = (sy_call_t *)sys___getdents30
}, /* 390 = __getdents30 */
{
- .sy_call = (sy_call_t *)nullop,
+ .sy_call = (sy_call_t *)(void *)nullop,
}, /* 391 = filler */
{
ns(struct compat_30_sys___fhstat30_args),
Home |
Main Index |
Thread Index |
Old Index