From owner-svn-src-all@freebsd.org Wed Aug 26 07:29:19 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D2063CC33C; Wed, 26 Aug 2020 07:29:19 +0000 (UTC) (envelope-from tsoome@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BbyCz0wC1z4nfV; Wed, 26 Aug 2020 07:29:19 +0000 (UTC) (envelope-from tsoome@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2142F9B1; Wed, 26 Aug 2020 07:29:18 +0000 (UTC) (envelope-from tsoome@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07Q7TI5Q023751; Wed, 26 Aug 2020 07:29:18 GMT (envelope-from tsoome@FreeBSD.org) Received: (from tsoome@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07Q7THlo023745; Wed, 26 Aug 2020 07:29:17 GMT (envelope-from tsoome@FreeBSD.org) Message-Id: <202008260729.07Q7THlo023745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tsoome set sender to tsoome@FreeBSD.org using -f From: Toomas Soome Date: Wed, 26 Aug 2020 07:29:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r364806 - in head/sys/contrib/openzfs: include/os/freebsd/spl/sys module/os/freebsd/spl X-SVN-Group: head X-SVN-Commit-Author: tsoome X-SVN-Commit-Paths: in head/sys/contrib/openzfs: include/os/freebsd/spl/sys module/os/freebsd/spl X-SVN-Commit-Revision: 364806 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 07:29:19 -0000 Author: tsoome Date: Wed Aug 26 07:29:17 2020 New Revision: 364806 URL: https://svnweb.freebsd.org/changeset/base/364806 Log: 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. Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/acl_impl.h head/sys/contrib/openzfs/include/os/freebsd/spl/sys/cmn_err.h head/sys/contrib/openzfs/include/os/freebsd/spl/sys/extdirent.h head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list.h head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list_impl.h head/sys/contrib/openzfs/include/os/freebsd/spl/sys/zmod.h head/sys/contrib/openzfs/module/os/freebsd/spl/list.c Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/acl_impl.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/acl_impl.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/acl_impl.h Wed Aug 26 07:29:17 2020 (r364806) @@ -26,8 +26,6 @@ #ifndef _SYS_ACL_IMPL_H #define _SYS_ACL_IMPL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/cmn_err.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/cmn_err.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/cmn_err.h Wed Aug 26 07:29:17 2020 (r364806) @@ -31,8 +31,6 @@ #ifndef _SYS_CMN_ERR_H #define _SYS_CMN_ERR_H -#pragma ident "%Z%%M% %I% %E% SMI" - #if !defined(_ASM) #include #endif Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/extdirent.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/extdirent.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/extdirent.h Wed Aug 26 07:29:17 2020 (r364806) @@ -26,8 +26,6 @@ #ifndef _SYS_EXTDIRENT_H #define _SYS_EXTDIRENT_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list.h Wed Aug 26 07:29:17 2020 (r364806) @@ -26,8 +26,6 @@ #ifndef _SYS_LIST_H #define _SYS_LIST_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #ifdef __cplusplus Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list_impl.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list_impl.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/list_impl.h Wed Aug 26 07:29:17 2020 (r364806) @@ -27,8 +27,6 @@ #ifndef _SYS_LIST_IMPL_H #define _SYS_LIST_IMPL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #ifdef __cplusplus Modified: head/sys/contrib/openzfs/include/os/freebsd/spl/sys/zmod.h ============================================================================== --- head/sys/contrib/openzfs/include/os/freebsd/spl/sys/zmod.h Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/include/os/freebsd/spl/sys/zmod.h Wed Aug 26 07:29:17 2020 (r364806) @@ -27,8 +27,6 @@ #ifndef _ZMOD_H #define _ZMOD_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif Modified: head/sys/contrib/openzfs/module/os/freebsd/spl/list.c ============================================================================== --- head/sys/contrib/openzfs/module/os/freebsd/spl/list.c Wed Aug 26 07:00:07 2020 (r364805) +++ head/sys/contrib/openzfs/module/os/freebsd/spl/list.c Wed Aug 26 07:29:17 2020 (r364806) @@ -23,8 +23,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Generic doubly-linked list implementation */