summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2016-11-24 09:48:16 +0200
committerRichard Lowe <richlowe@richlowe.net>2016-12-27 11:59:39 -0500
commitfafb665d337b69015870e0bcdb516fd2f869693f (patch)
treef0b44e920b7b2f5a63dac313bd467b8d39a21c29 /usr/src/uts/common/sys
parentad42deeadc90fc89c86ce30c488a778e2a0b5d68 (diff)
downloadillumos-joyent-fafb665d337b69015870e0bcdb516fd2f869693f.tar.gz
7615 libbe: cleanup compile warnings
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r--usr/src/uts/common/sys/aio_req.h2
-rw-r--r--usr/src/uts/common/sys/avl_impl.h2
-rw-r--r--usr/src/uts/common/sys/contract.h2
-rw-r--r--usr/src/uts/common/sys/copyops.h2
-rw-r--r--usr/src/uts/common/sys/dacf.h2
-rw-r--r--usr/src/uts/common/sys/dacf_impl.h2
-rw-r--r--usr/src/uts/common/sys/ddifm.h2
-rw-r--r--usr/src/uts/common/sys/ddimapreq.h2
-rw-r--r--usr/src/uts/common/sys/door_impl.h2
-rw-r--r--usr/src/uts/common/sys/errno.h2
-rw-r--r--usr/src/uts/common/sys/errorq.h2
-rw-r--r--usr/src/uts/common/sys/hwconf.h2
-rw-r--r--usr/src/uts/common/sys/inttypes.h2
-rw-r--r--usr/src/uts/common/sys/ioctl.h2
-rw-r--r--usr/src/uts/common/sys/ipc_rctl.h2
-rw-r--r--usr/src/uts/common/sys/kiconv.h2
-rw-r--r--usr/src/uts/common/sys/ksynch.h2
-rw-r--r--usr/src/uts/common/sys/list.h2
-rw-r--r--usr/src/uts/common/sys/list_impl.h2
-rw-r--r--usr/src/uts/common/sys/md5.h2
-rw-r--r--usr/src/uts/common/sys/model.h2
-rw-r--r--usr/src/uts/common/sys/msacct.h2
-rw-r--r--usr/src/uts/common/sys/ndifm.h2
-rw-r--r--usr/src/uts/common/sys/nexusdefs.h2
-rw-r--r--usr/src/uts/common/sys/note.h2
-rw-r--r--usr/src/uts/common/sys/procset.h2
-rw-r--r--usr/src/uts/common/sys/rwstlock.h2
-rw-r--r--usr/src/uts/common/sys/semaphore.h2
-rw-r--r--usr/src/uts/common/sys/siginfo.h2
-rw-r--r--usr/src/uts/common/sys/stdint.h2
-rw-r--r--usr/src/uts/common/sys/strmdep.h2
-rw-r--r--usr/src/uts/common/sys/synch.h2
-rw-r--r--usr/src/uts/common/sys/t_lock.h2
-rw-r--r--usr/src/uts/common/sys/ttydev.h2
-rw-r--r--usr/src/uts/common/sys/types32.h2
-rw-r--r--usr/src/uts/common/sys/tzfile.h2
-rw-r--r--usr/src/uts/common/sys/u8_textprep.h2
-rw-r--r--usr/src/uts/common/sys/uuid.h2
-rw-r--r--usr/src/uts/common/sys/watchpoint.h2
39 files changed, 0 insertions, 78 deletions
diff --git a/usr/src/uts/common/sys/aio_req.h b/usr/src/uts/common/sys/aio_req.h
index 5569f411c1..9619b72d00 100644
--- a/usr/src/uts/common/sys/aio_req.h
+++ b/usr/src/uts/common/sys/aio_req.h
@@ -26,8 +26,6 @@
#ifndef _SYS_AIO_REQ_H
#define _SYS_AIO_REQ_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/buf.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/avl_impl.h b/usr/src/uts/common/sys/avl_impl.h
index 620685f370..4522895cc2 100644
--- a/usr/src/uts/common/sys/avl_impl.h
+++ b/usr/src/uts/common/sys/avl_impl.h
@@ -27,8 +27,6 @@
#ifndef _AVL_IMPL_H
#define _AVL_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* This is a private header file. Applications should not directly include
* this file.
diff --git a/usr/src/uts/common/sys/contract.h b/usr/src/uts/common/sys/contract.h
index faf4f62529..0e81f8ffbf 100644
--- a/usr/src/uts/common/sys/contract.h
+++ b/usr/src/uts/common/sys/contract.h
@@ -26,8 +26,6 @@
#ifndef _SYS_CONTRACT_H
#define _SYS_CONTRACT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/copyops.h b/usr/src/uts/common/sys/copyops.h
index e04c92bd3a..54b754eaa2 100644
--- a/usr/src/uts/common/sys/copyops.h
+++ b/usr/src/uts/common/sys/copyops.h
@@ -27,8 +27,6 @@
#ifndef _SYS_COPYOPS_H
#define _SYS_COPYOPS_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/thread.h>
#include <sys/buf.h>
diff --git a/usr/src/uts/common/sys/dacf.h b/usr/src/uts/common/sys/dacf.h
index b6b7124870..80cc30a94f 100644
--- a/usr/src/uts/common/sys/dacf.h
+++ b/usr/src/uts/common/sys/dacf.h
@@ -26,8 +26,6 @@
#ifndef _DACF_H
#define _DACF_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Device autoconfiguration framework (dacf)
*/
diff --git a/usr/src/uts/common/sys/dacf_impl.h b/usr/src/uts/common/sys/dacf_impl.h
index af32afad30..0d30ae061c 100644
--- a/usr/src/uts/common/sys/dacf_impl.h
+++ b/usr/src/uts/common/sys/dacf_impl.h
@@ -27,8 +27,6 @@
#ifndef _DACF_IMPL_H
#define _DACF_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Implementation-Private definitions for Device autoconfiguration (dacf)
*/
diff --git a/usr/src/uts/common/sys/ddifm.h b/usr/src/uts/common/sys/ddifm.h
index 07fc00754f..ef2dc453c8 100644
--- a/usr/src/uts/common/sys/ddifm.h
+++ b/usr/src/uts/common/sys/ddifm.h
@@ -26,8 +26,6 @@
#ifndef _DDIFM_H
#define _DDIFM_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/ddimapreq.h b/usr/src/uts/common/sys/ddimapreq.h
index c77b44e822..0237e0620c 100644
--- a/usr/src/uts/common/sys/ddimapreq.h
+++ b/usr/src/uts/common/sys/ddimapreq.h
@@ -26,8 +26,6 @@
#ifndef _SYS_DDIMAPREQ_H
#define _SYS_DDIMAPREQ_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/mman.h>
#include <sys/dditypes.h>
diff --git a/usr/src/uts/common/sys/door_impl.h b/usr/src/uts/common/sys/door_impl.h
index ea5c22465e..1210f8a16c 100644
--- a/usr/src/uts/common/sys/door_impl.h
+++ b/usr/src/uts/common/sys/door_impl.h
@@ -27,8 +27,6 @@
#ifndef _SYS_DOOR_IMPL_H
#define _SYS_DOOR_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Common definitions for <sys/door.h> and <sys/proc.h>.
*/
diff --git a/usr/src/uts/common/sys/errno.h b/usr/src/uts/common/sys/errno.h
index 406cfb4c5d..063611d8ef 100644
--- a/usr/src/uts/common/sys/errno.h
+++ b/usr/src/uts/common/sys/errno.h
@@ -40,8 +40,6 @@
#ifndef _SYS_ERRNO_H
#define _SYS_ERRNO_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/errorq.h b/usr/src/uts/common/sys/errorq.h
index 971b19e6cc..5ae6f9e901 100644
--- a/usr/src/uts/common/sys/errorq.h
+++ b/usr/src/uts/common/sys/errorq.h
@@ -27,8 +27,6 @@
#ifndef _ERRORQ_H
#define _ERRORQ_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/nvpair.h>
diff --git a/usr/src/uts/common/sys/hwconf.h b/usr/src/uts/common/sys/hwconf.h
index 4e9966a7b7..af240461a4 100644
--- a/usr/src/uts/common/sys/hwconf.h
+++ b/usr/src/uts/common/sys/hwconf.h
@@ -27,8 +27,6 @@
#ifndef _SYS_HWCONF_H
#define _SYS_HWCONF_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/dditypes.h>
#include <sys/ddipropdefs.h>
diff --git a/usr/src/uts/common/sys/inttypes.h b/usr/src/uts/common/sys/inttypes.h
index ebf4cadb0b..8bf21a1b85 100644
--- a/usr/src/uts/common/sys/inttypes.h
+++ b/usr/src/uts/common/sys/inttypes.h
@@ -27,8 +27,6 @@
#ifndef _SYS_INTTYPES_H
#define _SYS_INTTYPES_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* This header, <sys/inttypes.h>, contains (through nested inclusion) the
* vast majority of the facilities specified for <inttypes.h> as defined
diff --git a/usr/src/uts/common/sys/ioctl.h b/usr/src/uts/common/sys/ioctl.h
index 9728c896c0..9fba15d031 100644
--- a/usr/src/uts/common/sys/ioctl.h
+++ b/usr/src/uts/common/sys/ioctl.h
@@ -30,8 +30,6 @@
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/ipc_rctl.h b/usr/src/uts/common/sys/ipc_rctl.h
index 42ec222a77..f1c8303e19 100644
--- a/usr/src/uts/common/sys/ipc_rctl.h
+++ b/usr/src/uts/common/sys/ipc_rctl.h
@@ -26,8 +26,6 @@
#ifndef _SYS_IPC_RCTL_H
#define _SYS_IPC_RCTL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/rctl.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/kiconv.h b/usr/src/uts/common/sys/kiconv.h
index aa342ae02f..46dcb4467d 100644
--- a/usr/src/uts/common/sys/kiconv.h
+++ b/usr/src/uts/common/sys/kiconv.h
@@ -26,8 +26,6 @@
#ifndef _SYS_KICONV_H
#define _SYS_KICONV_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/ksynch.h b/usr/src/uts/common/sys/ksynch.h
index 6befc77818..3b627b6f6b 100644
--- a/usr/src/uts/common/sys/ksynch.h
+++ b/usr/src/uts/common/sys/ksynch.h
@@ -30,8 +30,6 @@
#ifndef _SYS_KSYNCH_H
#define _SYS_KSYNCH_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* The presence of this file is specified by the DKI/DDI.
*/
diff --git a/usr/src/uts/common/sys/list.h b/usr/src/uts/common/sys/list.h
index 8339b6226d..6db92ed429 100644
--- a/usr/src/uts/common/sys/list.h
+++ b/usr/src/uts/common/sys/list.h
@@ -26,8 +26,6 @@
#ifndef _SYS_LIST_H
#define _SYS_LIST_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/list_impl.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/list_impl.h b/usr/src/uts/common/sys/list_impl.h
index 9c42f88320..a6614f9a38 100644
--- a/usr/src/uts/common/sys/list_impl.h
+++ b/usr/src/uts/common/sys/list_impl.h
@@ -27,8 +27,6 @@
#ifndef _SYS_LIST_IMPL_H
#define _SYS_LIST_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/md5.h b/usr/src/uts/common/sys/md5.h
index 798f1bd2e2..1781654cc9 100644
--- a/usr/src/uts/common/sys/md5.h
+++ b/usr/src/uts/common/sys/md5.h
@@ -37,8 +37,6 @@
#ifndef _SYS_MD5_H
#define _SYS_MD5_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h> /* for uint_* */
/*
diff --git a/usr/src/uts/common/sys/model.h b/usr/src/uts/common/sys/model.h
index f9f71b349d..d3286ad1ec 100644
--- a/usr/src/uts/common/sys/model.h
+++ b/usr/src/uts/common/sys/model.h
@@ -27,8 +27,6 @@
#ifndef _SYS_MODEL_H
#define _SYS_MODEL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/msacct.h b/usr/src/uts/common/sys/msacct.h
index 97a58d9b8e..426f359b0f 100644
--- a/usr/src/uts/common/sys/msacct.h
+++ b/usr/src/uts/common/sys/msacct.h
@@ -27,8 +27,6 @@
#ifndef _SYS_MSACCT_H
#define _SYS_MSACCT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/ndifm.h b/usr/src/uts/common/sys/ndifm.h
index bc94e8f79f..962fee08c9 100644
--- a/usr/src/uts/common/sys/ndifm.h
+++ b/usr/src/uts/common/sys/ndifm.h
@@ -27,8 +27,6 @@
#ifndef _SYS_NDIFM_H
#define _SYS_NDIFM_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/nexusdefs.h b/usr/src/uts/common/sys/nexusdefs.h
index e05df8e4f0..fb0f41a2b8 100644
--- a/usr/src/uts/common/sys/nexusdefs.h
+++ b/usr/src/uts/common/sys/nexusdefs.h
@@ -27,8 +27,6 @@
#ifndef _SYS_NEXUSDEFS_H
#define _SYS_NEXUSDEFS_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/note.h b/usr/src/uts/common/sys/note.h
index 2cb7fd89b7..6625b68d9e 100644
--- a/usr/src/uts/common/sys/note.h
+++ b/usr/src/uts/common/sys/note.h
@@ -39,8 +39,6 @@
#ifndef _SYS_NOTE_H
#define _SYS_NOTE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/procset.h b/usr/src/uts/common/sys/procset.h
index c3b5867574..66076d8ca9 100644
--- a/usr/src/uts/common/sys/procset.h
+++ b/usr/src/uts/common/sys/procset.h
@@ -31,8 +31,6 @@
#ifndef _SYS_PROCSET_H
#define _SYS_PROCSET_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.6 */
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/rwstlock.h b/usr/src/uts/common/sys/rwstlock.h
index 17fc9b6a67..c491aef82a 100644
--- a/usr/src/uts/common/sys/rwstlock.h
+++ b/usr/src/uts/common/sys/rwstlock.h
@@ -27,8 +27,6 @@
#ifndef _SYS_RWSTLOCK_H
#define _SYS_RWSTLOCK_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Alternate rwlock that is interruptible and can be released by a thread
* other than the one that acquired the lock.
diff --git a/usr/src/uts/common/sys/semaphore.h b/usr/src/uts/common/sys/semaphore.h
index 5ab71b890b..0bfb5d1ce4 100644
--- a/usr/src/uts/common/sys/semaphore.h
+++ b/usr/src/uts/common/sys/semaphore.h
@@ -27,8 +27,6 @@
#ifndef _SYS_SEMAPHORE_H
#define _SYS_SEMAPHORE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Public interface to semaphores. See semaphore(9F) for details.
*/
diff --git a/usr/src/uts/common/sys/siginfo.h b/usr/src/uts/common/sys/siginfo.h
index f6268dd8a5..c8721c3c95 100644
--- a/usr/src/uts/common/sys/siginfo.h
+++ b/usr/src/uts/common/sys/siginfo.h
@@ -30,8 +30,6 @@
#ifndef _SYS_SIGINFO_H
#define _SYS_SIGINFO_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/feature_tests.h>
#include <sys/types.h>
diff --git a/usr/src/uts/common/sys/stdint.h b/usr/src/uts/common/sys/stdint.h
index 1e6808f3c5..ec1656055f 100644
--- a/usr/src/uts/common/sys/stdint.h
+++ b/usr/src/uts/common/sys/stdint.h
@@ -27,8 +27,6 @@
#ifndef _SYS_STDINT_H
#define _SYS_STDINT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* This header is included by <stdint.h> which was introduced by
* the ISO C Standard, ISO/IEC 9899:1999 Programming language - C.
diff --git a/usr/src/uts/common/sys/strmdep.h b/usr/src/uts/common/sys/strmdep.h
index 3d246e44e6..f9d70022db 100644
--- a/usr/src/uts/common/sys/strmdep.h
+++ b/usr/src/uts/common/sys/strmdep.h
@@ -31,8 +31,6 @@
#ifndef _SYS_STRMDEP_H
#define _SYS_STRMDEP_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3 */
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/synch.h b/usr/src/uts/common/sys/synch.h
index 6431bf22bc..c32f3217ad 100644
--- a/usr/src/uts/common/sys/synch.h
+++ b/usr/src/uts/common/sys/synch.h
@@ -27,8 +27,6 @@
#ifndef _SYS_SYNCH_H
#define _SYS_SYNCH_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifndef _ASM
#include <sys/types.h>
#include <sys/int_types.h>
diff --git a/usr/src/uts/common/sys/t_lock.h b/usr/src/uts/common/sys/t_lock.h
index 01ac64b290..34b0ad9d34 100644
--- a/usr/src/uts/common/sys/t_lock.h
+++ b/usr/src/uts/common/sys/t_lock.h
@@ -33,8 +33,6 @@
#ifndef _SYS_T_LOCK_H
#define _SYS_T_LOCK_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifndef _ASM
#include <sys/machlock.h>
#include <sys/param.h>
diff --git a/usr/src/uts/common/sys/ttydev.h b/usr/src/uts/common/sys/ttydev.h
index 29c9c4a564..772b7d06b8 100644
--- a/usr/src/uts/common/sys/ttydev.h
+++ b/usr/src/uts/common/sys/ttydev.h
@@ -26,8 +26,6 @@
#ifndef _SYS_TTYDEV_H
#define _SYS_TTYDEV_H
-#pragma ident "%Z%%M% %I% %E% SMI" /* UCB 4.3 83/05/18 */
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/types32.h b/usr/src/uts/common/sys/types32.h
index daa27eaf76..32af133581 100644
--- a/usr/src/uts/common/sys/types32.h
+++ b/usr/src/uts/common/sys/types32.h
@@ -26,8 +26,6 @@
#ifndef _SYS_TYPES32_H
#define _SYS_TYPES32_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/int_types.h>
#ifdef __cplusplus
diff --git a/usr/src/uts/common/sys/tzfile.h b/usr/src/uts/common/sys/tzfile.h
index 8f451f27d9..66e3c72a70 100644
--- a/usr/src/uts/common/sys/tzfile.h
+++ b/usr/src/uts/common/sys/tzfile.h
@@ -30,8 +30,6 @@
#ifndef _SYS_TZFILE_H
#define _SYS_TZFILE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/u8_textprep.h b/usr/src/uts/common/sys/u8_textprep.h
index e30f064b2d..acbcdb03e4 100644
--- a/usr/src/uts/common/sys/u8_textprep.h
+++ b/usr/src/uts/common/sys/u8_textprep.h
@@ -26,8 +26,6 @@
#ifndef _SYS_U8_TEXTPREP_H
#define _SYS_U8_TEXTPREP_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/isa_defs.h>
#include <sys/types.h>
#include <sys/errno.h>
diff --git a/usr/src/uts/common/sys/uuid.h b/usr/src/uts/common/sys/uuid.h
index 683643e312..9ce872e345 100644
--- a/usr/src/uts/common/sys/uuid.h
+++ b/usr/src/uts/common/sys/uuid.h
@@ -27,8 +27,6 @@
#ifndef _SYS_UUID_H
#define _SYS_UUID_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/usr/src/uts/common/sys/watchpoint.h b/usr/src/uts/common/sys/watchpoint.h
index c92a50557a..36eb3addc2 100644
--- a/usr/src/uts/common/sys/watchpoint.h
+++ b/usr/src/uts/common/sys/watchpoint.h
@@ -27,8 +27,6 @@
#ifndef _SYS_WATCHPOINT_H
#define _SYS_WATCHPOINT_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <vm/seg_enum.h>
#include <sys/copyops.h>