Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dist/uts/common/sys prefix all nv* symbo...



details:   https://anonhg.NetBSD.org/src/rev/108738d4f901
branches:  trunk
changeset: 445344:108738d4f901
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 23 22:25:21 2018 +0000

description:
prefix all nv* symbols with opensolaris_

diffstat:

 external/cddl/osnet/dist/uts/common/sys/nvpair.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 4d3e458fa1ec -r 108738d4f901 external/cddl/osnet/dist/uts/common/sys/nvpair.h
--- a/external/cddl/osnet/dist/uts/common/sys/nvpair.h  Tue Oct 23 22:05:01 2018 +0000
+++ b/external/cddl/osnet/dist/uts/common/sys/nvpair.h  Tue Oct 23 22:25:21 2018 +0000
@@ -30,6 +30,8 @@
 #include <sys/time.h>
 #include <sys/errno.h>
 
+#include <sys/nvnamespace.h>
+
 #if defined(_KERNEL) && !defined(_BOOT)
 #include <sys/kmem.h>
 #endif



Home | Main Index | Thread Index | Old Index