Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sys/sys Omit unused definition with brok...
details: https://anonhg.NetBSD.org/src/rev/806f6e9b836b
branches: trunk
changeset: 445851:806f6e9b836b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Nov 15 04:55:26 2018 +0000
description:
Omit unused definition with broken cpp conditional.
diffstat:
external/cddl/osnet/sys/sys/proc.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r b9852aeb7fa1 -r 806f6e9b836b external/cddl/osnet/sys/sys/proc.h
--- a/external/cddl/osnet/sys/sys/proc.h Thu Nov 15 04:55:17 2018 +0000
+++ b/external/cddl/osnet/sys/sys/proc.h Thu Nov 15 04:55:26 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.8 2018/06/03 05:55:08 chs Exp $ */
+/* $NetBSD: proc.h,v 1.9 2018/11/15 04:55:26 riastradh Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -86,12 +86,6 @@
typedef struct lwp kthread_t;
typedef struct lwp *kthread_id_t;
-#if (KSTACK_PAGES * PAGE_SIZE) < 16384
-#define ZFS_KSTACK_PAGES (16384 / PAGE_SIZE)
-#else
-#define ZFS_KSTACK_PAGES 0
-#endif
-
struct contract {
};
Home |
Main Index |
Thread Index |
Old Index