diff options
| author | James Carlson <james.d.carlson@sun.com> | 2009-03-19 14:29:36 -0400 |
|---|---|---|
| committer | James Carlson <james.d.carlson@sun.com> | 2009-03-19 14:29:36 -0400 |
| commit | 82a2fc4751cef28c0bdc327d02012bf8796083b9 (patch) | |
| tree | 515d1b30c41d68ceec6aee3028a9b99af1b4bfb8 /usr/src/uts/common/sys/devinfo_impl.h | |
| parent | 9c57abc8d70cb139020be846baec0a9c4d9a73cd (diff) | |
| download | illumos-joyent-82a2fc4751cef28c0bdc327d02012bf8796083b9.tar.gz | |
6795822 dld.h and mac.h pollute user space code with kernel symbols
Diffstat (limited to 'usr/src/uts/common/sys/devinfo_impl.h')
| -rw-r--r-- | usr/src/uts/common/sys/devinfo_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/devinfo_impl.h b/usr/src/uts/common/sys/devinfo_impl.h index bcc4787d48..e64f5fc601 100644 --- a/usr/src/uts/common/sys/devinfo_impl.h +++ b/usr/src/uts/common/sys/devinfo_impl.h @@ -19,14 +19,14 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_DEVINFO_IMPL_H #define _SYS_DEVINFO_IMPL_H -#pragma ident "%Z%%M% %I% %E% SMI" +#include <sys/ddi_impldefs.h> /* * This file is separate from libdevinfo.h because the devinfo driver |
