Date: Wed, 26 Aug 2020 10:15:21 -0700 From: Matthew Macy <mat.macy@gmail.com> To: Toomas Soome <tsoome@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r364806 - in head/sys/contrib/openzfs: include/os/freebsd/spl/sys module/os/freebsd/spl Message-ID: <CAPrugNoaOLF0V5h8N_A_2BZ9sGAuhAkVi8-9of3RqqiSQMmdmg@mail.gmail.com> In-Reply-To: <202008260729.07Q7THlo023745@repo.freebsd.org> References: <202008260729.07Q7THlo023745@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Do not commit directly to sys/contrib. PR, vendor branch update, then merge. On Wed, Aug 26, 2020 at 12:29 AM Toomas Soome <tsoome@freebsd.org> wrote: > > 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 <sys/_stdarg.h> > #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 <sys/list_impl.h> > > #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 <sys/types.h> > > #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 > */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPrugNoaOLF0V5h8N_A_2BZ9sGAuhAkVi8-9of3RqqiSQMmdmg>