Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 15 04:55:26 UTC 2018

Modified Files:
        src/external/cddl/osnet/sys/sys: proc.h

Log Message:
Omit unused definition with broken cpp conditional.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/cddl/osnet/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/sys/sys/proc.h
diff -u src/external/cddl/osnet/sys/sys/proc.h:1.8 src/external/cddl/osnet/sys/sys/proc.h:1.9
--- src/external/cddl/osnet/sys/sys/proc.h:1.8	Sun Jun  3 05:55:08 2018
+++ src/external/cddl/osnet/sys/sys/proc.h	Thu Nov 15 04:55:26 2018
@@ -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;
 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 {
 };
 

Reply via email to