Re: static inline, not inline static

2022-08-29 Thread Anders Andersson
On Mon, Aug 29, 2022 at 2:01 AM Philip Guenther wrote: > > On Sun, Aug 28, 2022 at 2:11 PM Anders Andersson wrote: >> >> On Sun, Aug 28, 2022 at 3:15 PM Jonathan Gray wrote: >> > >> > diff --git lib/libc/locale/wctoint.h lib/libc/locale/wctoint.h >&g

Re: static inline, not inline static

2022-08-28 Thread Anders Andersson
On Sun, Aug 28, 2022 at 3:15 PM Jonathan Gray wrote: > > diff --git lib/libc/locale/wctoint.h lib/libc/locale/wctoint.h > index ea50c5ae1b6..14c7f0c466d 100644 > --- lib/libc/locale/wctoint.h > +++ lib/libc/locale/wctoint.h > @@ -30,7 +30,7 @@ > */ > > > -inline static int > +static inline int >

Re: Diff for www:openssh/users.html

2020-06-10 Thread Anders Andersson
On Wed, Jun 10, 2020 at 3:23 AM wrote: > > Hi, > > Here a diff for www page: openssh/users.html > > Change URLs to those on archive.org (and others sites) > > Right? It says "The following operating systems and products are known to integrate OpenSSH into the base system.". If a system no longer

Re: [PATCH] sysupgrade

2020-04-30 Thread Anders Andersson
On Thu, Apr 30, 2020 at 6:02 AM James Jerkins wrote: > > Hello, > > This patch adds two new options to sysupgrade. The first option is for small > box systems like an APU system that only has the base and manual sets > installed. The second option is for headless systems without X11 like > serv

Re: umb(4) authentication

2020-01-13 Thread Anders Andersson
On Mon, Jan 13, 2020 at 4:42 PM Martijn van Duren wrote: > > On 1/13/20 4:30 PM, Anders Andersson wrote: > > On Mon, Jan 13, 2020 at 3:00 PM leeb wrote: > >> > >> Hello, > >> > >> I had an itch, so I scratched it. > >> > >>

Re: umb(4) authentication

2020-01-13 Thread Anders Andersson
On Mon, Jan 13, 2020 at 3:00 PM leeb wrote: > > Hello, > > I had an itch, so I scratched it. > > The umb(4) driver has a FIXME in if_umb.c for user name > and passphrase support. My LTE provider happens to require > this so I thought I'd have a go. > > The provider seems happy with my umb changes,

Re: Employment verification – request for contact details

2019-05-07 Thread Anders Andersson
On Tue, May 7, 2019 at 12:47 PM Lipinska, Sara wrote: > > HireRight Limited is a limited liability company incorporated in England > (registered number 4036193) whose registered office is at Gun Court, 70 > Wapping Lane, London, E1W 2RD. > > This communication contains information that may be co

Re: yacc print_grammar(): loop -> fprintf()

2018-01-03 Thread Anders Andersson
On Wed, Jan 3, 2018 at 1:58 PM, Michael W. Bombardieri wrote: > Hello, > > In yacc the function print_grammar() writes the file y.output if > the -v option is used. fprintf() can be used directly for writing > "spacing" space characters of indentation so a loop can be removed. > > - Michael > > >

Re: Regulators as sensors?

2017-11-22 Thread Anders Andersson
On Tue, Nov 21, 2017 at 11:19 PM, STeve Andre' wrote: > On 11/21/17 16:31, Mark Kettenis wrote: >> >> The diff below exposes voltage regulators as sensors. This makes it >> easy to look at the current settings of these regulators. The >> downside is that these aren't really sensors as the voltag

Re: Httpd support for internal redirects.

2017-10-21 Thread Anders Andersson
On Wed, Oct 11, 2017 at 6:31 AM, Ori Bernstein wrote: > My website generator is a little stupid at times. It generates > files with .html suffixes, but urls without them. > > I worked around this with some redirects, but it never felt > quite right doing an extra round trip. Therefore, I added > i