diff options
author | Toomas Soome <[email protected]> | 2020-08-26 20:35:50 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-26 10:35:50 -0700 |
commit | ec0c480c14e4868cc1c020be55f8fafc6da62ca0 (patch) | |
tree | 5e94cae835ac44957141a75cd3dc567a6ea9ef5b /include/os/freebsd/spl/sys/list.h | |
parent | 2dbad4471005784e97b65b60ecfdbf6dddc4b751 (diff) |
Remove pragma ident lines
The #pragma ident is a historical relic and not needed any more, this
pragma is actually unknown for common compilers and is only causing
trouble.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matt Macy <[email protected]>
Signed-off-by: Toomas Soome <[email protected]>
Closes #10810
Diffstat (limited to 'include/os/freebsd/spl/sys/list.h')
-rw-r--r-- | include/os/freebsd/spl/sys/list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/os/freebsd/spl/sys/list.h b/include/os/freebsd/spl/sys/list.h index 8339b6226..6db92ed42 100644 --- a/include/os/freebsd/spl/sys/list.h +++ b/include/os/freebsd/spl/sys/list.h @@ -26,8 +26,6 @@ #ifndef _SYS_LIST_H #define _SYS_LIST_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/list_impl.h> #ifdef __cplusplus |