Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Enable extended attributes in modules.



details:   https://anonhg.NetBSD.org/src/rev/fc2d204111a7
branches:  trunk
changeset: 458985:fc2d204111a7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 19 09:31:30 2019 +0000

description:
Enable extended attributes in modules.

diffstat:

 sys/modules/ffs/Makefile |  3 ++-
 sys/modules/ufs/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 86c473ee3a91 -r fc2d204111a7 sys/modules/ffs/Makefile
--- a/sys/modules/ffs/Makefile  Mon Aug 19 09:30:30 2019 +0000
+++ b/sys/modules/ffs/Makefile  Mon Aug 19 09:31:30 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2019/06/20 03:31:29 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.13 2019/08/19 09:31:30 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -6,6 +6,7 @@
 
 KMOD=  ffs
 CPPFLAGS+=      -DUFS_DIRHASH -DFFS_EI -DWAPBL -DAPPLE_UFS -DQUOTA -DQUOTA2
+CPPFLAGS+=     -DUFS_EXTATTR
 
 CWARNFLAGS.clang=      -Wno-conversion
 
diff -r 86c473ee3a91 -r fc2d204111a7 sys/modules/ufs/Makefile
--- a/sys/modules/ufs/Makefile  Mon Aug 19 09:30:30 2019 +0000
+++ b/sys/modules/ufs/Makefile  Mon Aug 19 09:31:30 2019 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2019/06/20 03:31:30 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.2 2019/08/19 09:31:31 christos Exp $
 
 .include "../Makefile.inc"
 
 KMOD=  ufs
 
 CPPFLAGS+=      -DUFS_DIRHASH -DFFS_EI -DWAPBL -DAPPLE_UFS -DQUOTA -DQUOTA2
+CPPFLAGS+=     -DUFS_EXTATTR
 
 CWARNFLAGS.clang=      -Wno-conversion
 



Home | Main Index | Thread Index | Old Index