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/avl/include/sys/avl_impl.h | |
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/avl/include/sys/avl_impl.h')
-rw-r--r-- | module/avl/include/sys/avl_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/avl/include/sys/avl_impl.h b/module/avl/include/sys/avl_impl.h index 620685f37..fddf76906 100644 --- a/module/avl/include/sys/avl_impl.h +++ b/module/avl/include/sys/avl_impl.h @@ -27,7 +27,7 @@ #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 |