diff options
author | Brian Behlendorf <[email protected]> | 2009-03-11 11:09:13 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-03-11 11:09:13 -0700 |
commit | dff484a388616346c85f027866ab2b8731d04d51 (patch) | |
tree | 1d4a71beff28c03e0ac0beabce562b8f54275dcc /module/avl | |
parent | 8eaf19dae8f12f9ec87918cf83c66b43f61bbd72 (diff) | |
parent | 5f30a3cb0e1bc4b47622d5b2e05cdc346c6dccd6 (diff) |
Merge commit 'refs/top-bases/zfs-branch' into zfs-branch
Diffstat (limited to 'module/avl')
-rw-r--r-- | module/avl/avl.c | 2 | ||||
-rw-r--r-- | module/avl/include/sys/avl.h | 2 | ||||
-rw-r--r-- | module/avl/include/sys/avl_impl.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/module/avl/avl.c b/module/avl/avl.c index c9727c643..a9634d701 100644 --- a/module/avl/avl.c +++ b/module/avl/avl.c @@ -23,7 +23,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" + /* diff --git a/module/avl/include/sys/avl.h b/module/avl/include/sys/avl.h index 02263a5a0..b2f35f79a 100644 --- a/module/avl/include/sys/avl.h +++ b/module/avl/include/sys/avl.h @@ -26,7 +26,7 @@ #ifndef _AVL_H #define _AVL_H -#pragma ident "%Z%%M% %I% %E% SMI" + /* * This is a private header file. Applications should not directly include 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 |