summaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
diff options
context:
space:
mode:
authorToomas Soome <[email protected]>2020-08-26 20:35:50 +0300
committerGitHub <[email protected]>2020-08-26 10:35:50 -0700
commitec0c480c14e4868cc1c020be55f8fafc6da62ca0 (patch)
tree5e94cae835ac44957141a75cd3dc567a6ea9ef5b /module/os/freebsd
parent2dbad4471005784e97b65b60ecfdbf6dddc4b751 (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 'module/os/freebsd')
-rw-r--r--module/os/freebsd/spl/list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/os/freebsd/spl/list.c b/module/os/freebsd/spl/list.c
index 21230b2ad..8796be4a9 100644
--- a/module/os/freebsd/spl/list.c
+++ b/module/os/freebsd/spl/list.c
@@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Generic doubly-linked list implementation
*/