From 884a9ad31aa38548e68cd45431e591bce9683ed5 Mon Sep 17 00:00:00 2001 From: Bill Pijewski Date: Tue, 8 May 2012 13:15:09 -0700 Subject: STOR-54 warnings when creating a delegated ZFS dataset in a non-global zone OS-493 NFS client 'entity not found' error when mounting --- usr/src/cmd/fs.d/nfs/lib/smfcfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/cmd/fs.d/nfs/lib/smfcfg.h') diff --git a/usr/src/cmd/fs.d/nfs/lib/smfcfg.h b/usr/src/cmd/fs.d/nfs/lib/smfcfg.h index 46855ab8ed..4c8310c292 100644 --- a/usr/src/cmd/fs.d/nfs/lib/smfcfg.h +++ b/usr/src/cmd/fs.d/nfs/lib/smfcfg.h @@ -20,6 +20,7 @@ */ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, Joyent, Inc. All rights reserved. */ #ifndef _SMFCFG_H @@ -42,6 +43,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3 From a69187741b83640a90dd8586195456dd50c016a8 Mon Sep 17 00:00:00 2001 From: Bill Pijewski Date: Thu, 17 May 2012 10:40:35 -0700 Subject: OS-1169 fix for OS-493 generates warning on Sun Studio build --- usr/src/cmd/fs.d/nfs/lib/smfcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/cmd/fs.d/nfs/lib/smfcfg.h') diff --git a/usr/src/cmd/fs.d/nfs/lib/smfcfg.h b/usr/src/cmd/fs.d/nfs/lib/smfcfg.h index 4c8310c292..7eae380827 100644 --- a/usr/src/cmd/fs.d/nfs/lib/smfcfg.h +++ b/usr/src/cmd/fs.d/nfs/lib/smfcfg.h @@ -43,7 +43,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3