diff options
author | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
---|---|---|
committer | Nick Todd <Nick.Todd@Sun.COM> | 2008-09-18 20:50:09 +0100 |
commit | 8793b36b40d14ad0a0fecc97738dc118a928f46c (patch) | |
tree | 2462e794aa4e591ef023a67fc2e4fb157003ba8e /usr/src/uts/common/sys/cpuvar.h | |
parent | a9520aaebd92fe63e5034e135e59fe8737234d80 (diff) | |
download | illumos-joyent-8793b36b40d14ad0a0fecc97738dc118a928f46c.tar.gz |
6733185 Further cleanup of SUN Studio 12 lint warnings in ON source.
6365532 socketvar.h strangles lint for everyone
5002763 Sockfs debug macros should be linted
6746261 _mkarglst accidentally exported from libc.
Diffstat (limited to 'usr/src/uts/common/sys/cpuvar.h')
-rw-r--r-- | usr/src/uts/common/sys/cpuvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h index 5884d72789..6e7bb85673 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -27,8 +27,6 @@ #ifndef _SYS_CPUVAR_H #define _SYS_CPUVAR_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/thread.h> #include <sys/sysinfo.h> /* has cpu_stat_t definition */ #include <sys/disp.h> |