Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/zfs - Don't define NEED_ISYSTEM. This is a rump ...



details:   https://anonhg.NetBSD.org/src/rev/c494dd8c65f6
branches:  trunk
changeset: 961316:c494dd8c65f6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 15 17:26:22 2021 +0000

description:
- Don't define NEED_ISYSTEM. This is a rump thing and should be only exposed
  there.

diffstat:

 sys/modules/zfs/Makefile.zfsmod |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r ff7f1aefd205 -r c494dd8c65f6 sys/modules/zfs/Makefile.zfsmod
--- a/sys/modules/zfs/Makefile.zfsmod   Thu Apr 15 17:26:07 2021 +0000
+++ b/sys/modules/zfs/Makefile.zfsmod   Thu Apr 15 17:26:22 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.zfsmod,v 1.9 2019/02/05 09:54:36 hannken Exp $
+#      $NetBSD: Makefile.zfsmod,v 1.10 2021/04/15 17:26:22 christos Exp $
 
 ZFSDIR=        ${S}/../external/cddl/osnet
 
@@ -135,5 +135,3 @@
 CPPFLAGS+=     -I${ZFSDIR}/dist/uts/common
 
 CPPFLAGS+=     -D_PROPLIB_ZFS_CONFLICT
-
-NEED_ISYSTEM=  # duplicate headers, depends on -isystem to build



Home | Main Index | Thread Index | Old Index