Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux Adopt the recent change to makesyscalls.sh ...
details: https://anonhg.NetBSD.org/src/rev/151929632395
branches: trunk
changeset: 499265:151929632395
user: onoe <onoe%NetBSD.org@localhost>
date: Wed Nov 15 08:34:03 2000 +0000
description:
Adopt the recent change to makesyscalls.sh (char * -> const char * const)
to make kdump compilable for arch without linux emulation.
diffstat:
sys/compat/linux/linux_syscalls.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 58ad7337690f -r 151929632395 sys/compat/linux/linux_syscalls.c
--- a/sys/compat/linux/linux_syscalls.c Wed Nov 15 07:15:36 2000 +0000
+++ b/sys/compat/linux/linux_syscalls.c Wed Nov 15 08:34:03 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.35 1998/12/15 19:31:30 itohy Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.36 2000/11/15 08:34:03 onoe Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,5 +45,5 @@
#elif defined(__alpha__)
#include "../../sys/compat/linux/arch/alpha/linux_syscalls.c"
#else
-char *linux_syscallnames[] = { 0 };
+const char * const linux_syscallnames[] = { 0 };
#endif
Home |
Main Index |
Thread Index |
Old Index