From 3980e3cde6d00569a5e3e416168e6c629b622a5e Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Sun, 1 Apr 2018 16:25:37 +0300 Subject: [PATCH] 9430 firmload.h and gfx_private.h should be marked i386-only in packaging manifest Reviewed by: Igor Kozhukhov Reviewed by: Toomas Soome Approved by: Dan McDonald --- usr/src/pkg/manifests/system-header.mf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/pkg/manifests/system-header.mf b/usr/src/pkg/manifests/system-header.mf index 71d3683ffb..f3721b3ce8 100644 --- a/usr/src/pkg/manifests/system-header.mf +++ b/usr/src/pkg/manifests/system-header.mf @@ -24,7 +24,7 @@ # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2013 Saso Kiselkov. All rights reserved. # Copyright 2014 Garrett D'Amore -# Copyright 2017 Nexenta Systems, Inc. +# Copyright 2018 Nexenta Systems, Inc. # Copyright 2016 Hans Rosenfeld # @@ -983,7 +983,7 @@ file path=usr/include/sys/feature_tests.h file path=usr/include/sys/fem.h file path=usr/include/sys/file.h file path=usr/include/sys/filio.h -file path=usr/include/sys/firmload.h +$(i386_ONLY)file path=usr/include/sys/firmload.h file path=usr/include/sys/flock.h file path=usr/include/sys/flock_impl.h $(sparc_ONLY)file path=usr/include/sys/fm/cpu/SPARC64-VI.h @@ -1059,7 +1059,7 @@ file path=usr/include/sys/ftrace.h file path=usr/include/sys/fx.h file path=usr/include/sys/fxpriocntl.h file path=usr/include/sys/gfs.h -file path=usr/include/sys/gfx_private.h +$(i386_ONLY)file path=usr/include/sys/gfx_private.h file path=usr/include/sys/gld.h file path=usr/include/sys/gldpriv.h file path=usr/include/sys/group.h -- 2.11.4.GIT