diff options
author | Ricardo M. Correia <[email protected]> | 2010-08-26 09:52:40 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-08-27 15:34:02 -0700 |
commit | e5dc681a50a41d42c18b52abc8d5a3c2a357bdaa (patch) | |
tree | 3abb02b6647418ec801fa830fad409d41a41cdc8 /module/unicode/u8_textprep.c | |
parent | 0e5b68e0159e071dae2cac01c2b6783b8e926133 (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/unicode/u8_textprep.c')
-rw-r--r-- | module/unicode/u8_textprep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/unicode/u8_textprep.c b/module/unicode/u8_textprep.c index 8faf1a97e..34b0b9a8b 100644 --- a/module/unicode/u8_textprep.c +++ b/module/unicode/u8_textprep.c @@ -23,7 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" + /* |