Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 18:02:34 +0200
From:      Mateusz Guzik <mjguzik@gmail.com>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        Mateusz Guzik <mjg@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r333066 - head/sys/sys
Message-ID:  <CAGudoHFVzq0b03i%2B_sVz5voTDEMz_1=OCo7uvsB4hsqFD=HpOg@mail.gmail.com>
In-Reply-To: <20180427160053.GM6887@kib.kiev.ua>
References:  <201804271550.w3RFoMoW072131@repo.freebsd.org> <20180427160053.GM6887@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 27, 2018 at 6:00 PM, Konstantin Belousov <kostikbel@gmail.com>
wrote:

> On Fri, Apr 27, 2018 at 03:50:22PM +0000, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Fri Apr 27 15:50:22 2018
> > New Revision: 333066
> > URL: https://svnweb.freebsd.org/changeset/base/333066
> >
> > Log:
> >   Unbreak world build after r333064
> >
> >   Reported by:        O. Hartmann <ohartmann walstatt.org>
> >
> > Modified:
> >   head/sys/sys/sysent.h
> >
> > Modified: head/sys/sys/sysent.h
> > ============================================================
> ==================
> > --- head/sys/sys/sysent.h     Fri Apr 27 15:25:24 2018        (r333065)
> > +++ head/sys/sys/sysent.h     Fri Apr 27 15:50:22 2018        (r333066)
> > @@ -53,7 +53,9 @@ typedef     void    (*systrace_probe_func_t)(struct
> syscall_a
> >                   enum systrace_probe_t, int);
> >  typedef      void    (*systrace_args_func_t)(int, void *, uint64_t *,
> int *);
> >
> > +#ifdef _KERNEL
> >  extern bool                  systrace_enabled;
> > +#endif
> >  extern systrace_probe_func_t systrace_probe_func;
> I think systrace_probe_func also has nothing to do with userspace.
>
>
>
> >  struct sysent {                      /* system call table */
>

I don't know why this is included to begin with. I made the smallest
possible change
to get it out of the way. Someone else(tm) should sort this out.

-- 
Mateusz Guzik <mjguzik gmail.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGudoHFVzq0b03i%2B_sVz5voTDEMz_1=OCo7uvsB4hsqFD=HpOg>