aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/module/os
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-08-26 07:29:17 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-08-26 07:29:17 +0000
commitf6385d921b2f354d71256d1d0392122597e0fd33 (patch)
tree8c73fc082023678167dabbda3b230e37e8b28c80 /sys/contrib/openzfs/module/os
parent977c5b5790efed14f530ef135eedc97523a26ee8 (diff)
downloadsrc-f6385d921b2f354d71256d1d0392122597e0fd33.tar.gz
src-f6385d921b2f354d71256d1d0392122597e0fd33.zip
remove pragma ident lines
The #pragma ident is historical relict and not needed any more, this pragma is actually unknown for common compilers and is only causing trouble.
Notes
Notes: svn path=/head/; revision=364806
Diffstat (limited to 'sys/contrib/openzfs/module/os')
-rw-r--r--sys/contrib/openzfs/module/os/freebsd/spl/list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/contrib/openzfs/module/os/freebsd/spl/list.c b/sys/contrib/openzfs/module/os/freebsd/spl/list.c
index 21230b2adddb..8796be4a98fb 100644
--- a/sys/contrib/openzfs/module/os/freebsd/spl/list.c
+++ b/sys/contrib/openzfs/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
*/