aboutsummaryrefslogtreecommitdiffstats
path: root/module/nvpair
diff options
context:
space:
mode:
authorRicardo M. Correia <[email protected]>2010-08-26 09:52:40 -0700
committerBrian Behlendorf <[email protected]>2010-08-27 15:34:02 -0700
commite5dc681a50a41d42c18b52abc8d5a3c2a357bdaa (patch)
tree3abb02b6647418ec801fa830fad409d41a41cdc8 /module/nvpair
parent0e5b68e0159e071dae2cac01c2b6783b8e926133 (diff)
Fix gcc ident pragma warnings
Remove all ident pragmas which are unknown to gcc. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/nvpair')
-rw-r--r--module/nvpair/include/sys/nvpair_impl.h2
-rw-r--r--module/nvpair/nvpair_alloc_fixed.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/module/nvpair/include/sys/nvpair_impl.h b/module/nvpair/include/sys/nvpair_impl.h
index f12dbbfe6..b851ddd54 100644
--- a/module/nvpair/include/sys/nvpair_impl.h
+++ b/module/nvpair/include/sys/nvpair_impl.h
@@ -27,7 +27,7 @@
#ifndef _NVPAIR_IMPL_H
#define _NVPAIR_IMPL_H
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#ifdef __cplusplus
extern "C" {
diff --git a/module/nvpair/nvpair_alloc_fixed.c b/module/nvpair/nvpair_alloc_fixed.c
index b1128eeb9..33e3c0d00 100644
--- a/module/nvpair/nvpair_alloc_fixed.c
+++ b/module/nvpair/nvpair_alloc_fixed.c
@@ -24,7 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#include <sys/stropts.h>
#include <sys/isa_defs.h>