svn commit: r345638 - head/sys/sys
Oliver Pinter
oliver.pinter at hardenedbsd.org
Thu Mar 28 18:14:35 UTC 2019
On Thursday, March 28, 2019, Cy Schubert <Cy.Schubert at cschubert.com> wrote:
> In message <201903281056.x2SAuR5E070924 at repo.freebsd.org>, Ed Maste
> writes:
> > Author: emaste
> > Date: Thu Mar 28 10:56:27 2019
> > New Revision: 345638
> > URL: https://svnweb.freebsd.org/changeset/base/345638
> >
> > Log:
> > Revert change accidentally committed along with r345625
> >
> > Reported by: Oliver Pinter <oliver.pinter at hardenedbsd.org>
> >
> > Modified:
> > head/sys/sys/elf_common.h
> >
> > Modified: head/sys/sys/elf_common.h
> > ============================================================
> =================
> > =
> > --- head/sys/sys/elf_common.h Thu Mar 28 09:51:37 2019 (r345637)
> > +++ head/sys/sys/elf_common.h Thu Mar 28 10:56:27 2019 (r345638)
> > @@ -763,8 +763,7 @@ typedef struct {
> > #define NT_FREEBSD_FEATURE_CTL 4
> >
> > /* NT_FREEBSD_FEATURE_CTL desc[0] bits */
> > -#define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001
> > -#define NT_FREEBSD_FCTL_IMPLIED_MAX_PROT 0x00000002
> > +#define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001
>
> --- readelf.o ---
> /opt/src/svn-current/contrib/elftoolchain/readelf/readelf.c:3493:4:
> error: use of undeclared identifier 'NT_FREEBSD_FCTL_IMPLIED_MAX_PROT'
> { NT_FREEBSD_FCTL_IMPLIED_MAX_PROT, "IMPLIED_MAX_PROT" },
> ^
> 1 error generated.
> *** [readelf.o] Error code 1
>
>
Sure, the "the other hunk" missing from this revert, but it is fixed now by
a different commit.
> >
> > /* Values for n_type. Used in core files. */
> > #define NT_PRSTATUS 1 /* Process status. */
> >
>
>
> --
> Cheers,
> Cy Schubert <Cy.Schubert at cschubert.com>
> FreeBSD UNIX: <cy at FreeBSD.org> Web: http://www.FreeBSD.org
>
> The need of the many outweighs the greed of the few.
>
>
>
> _______________________________________________
> svn-src-head at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
>
More information about the svn-src-all
mailing list