Fix gcc ident pragma warnings

Remove all ident pragmas which are unknown to gcc.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Ricardo M. Correia
2010-08-26 09:52:40 -07:00
committed by Brian Behlendorf
parent 0e5b68e015
commit e5dc681a50
26 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#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>
@@ -68,7 +68,7 @@
#ifndef _SYS_U8_TEXTPREP_DATA_H
#define _SYS_U8_TEXTPREP_DATA_H
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/types.h>
+1 -1
View File
@@ -23,7 +23,7 @@
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
+1 -1
View File
@@ -23,7 +23,7 @@
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* Unicode encoding conversion functions among UTF-8, UTF-16, and UTF-32.