From 82a2fc4751cef28c0bdc327d02012bf8796083b9 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Thu, 19 Mar 2009 14:29:36 -0400 Subject: 6795822 dld.h and mac.h pollute user space code with kernel symbols --- usr/src/cmd/dlmgmtd/dlmgmt_impl.h | 3 ++- usr/src/cmd/dlmgmtd/dlmgmt_main.c | 1 + usr/src/cmd/dlmgmtd/dlmgmt_util.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/cmd/dlmgmtd') diff --git a/usr/src/cmd/dlmgmtd/dlmgmt_impl.h b/usr/src/cmd/dlmgmtd/dlmgmt_impl.h index 4bd8f2d2cb..237910ede6 100644 --- a/usr/src/cmd/dlmgmtd/dlmgmt_impl.h +++ b/usr/src/cmd/dlmgmtd/dlmgmt_impl.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -37,6 +37,7 @@ extern "C" { #include #include +#include /* * datalink attribute structure diff --git a/usr/src/cmd/dlmgmtd/dlmgmt_main.c b/usr/src/cmd/dlmgmtd/dlmgmt_main.c index 73f6745f87..5a27fdc2c2 100644 --- a/usr/src/cmd/dlmgmtd/dlmgmt_main.c +++ b/usr/src/cmd/dlmgmtd/dlmgmt_main.c @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include diff --git a/usr/src/cmd/dlmgmtd/dlmgmt_util.c b/usr/src/cmd/dlmgmtd/dlmgmt_util.c index 130a4ef9c5..87d2ed394f 100644 --- a/usr/src/cmd/dlmgmtd/dlmgmt_util.c +++ b/usr/src/cmd/dlmgmtd/dlmgmt_util.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include "dlmgmt_impl.h" -- cgit v1.2.3