Oops! Thank you for the explanation.
On Thu, Apr 27, 2023 at 3:37 PM Jonathan Gray wrote:
>
> On Thu, Apr 27, 2023 at 03:24:06PM -0900, Andras Farkas wrote:
> > Small diff for 73.html: fixes incorrect link to amdgpu man page.
>
> amdgpu(4) is the xorg driver, it is i
On Thu, Apr 27, 2023 at 03:24:06PM -0900, Andras Farkas wrote:
> Small diff for 73.html: fixes incorrect link to amdgpu man page.
amdgpu(4) is the xorg driver, it is intentionally drm.4
>
> SHA51
Small diff for 73.html: fixes incorrect link to amdgpu man page.
SHA512 (73diff) =
b3a2afb78744cddfaa148d1bfcd825af376dc4e168e12116e49f1f16614cdc108f001b8fd592eb884e7fcf6e342da527fb437dba991fc583fbc85ef9f98b85e3
Index: 73.html
I just added a new domain in my nameserver and then ran acme-client
% sudo acme-client -D niets.boetes.org
acme-client: domain niets.boetes.org not found
So I assumed the dns was not yet in DNS. I waited a bit, checked the
propagation of my new entry in DNS, double checked
everything. Debugged, e
On Mon, Dec 08, 2014 at 17:18, David Carlier wrote:
> Following small discussion I had with tedu@ this is just small diff, just
> for the sake of C standard "correctness" ... dropping some arithmetic
> pointer with void pointers ...
>
> Hopes it might find some interes
Following small discussion I had with tedu@ this is just small diff, just
for the sake of C standard "correctness" ... dropping some arithmetic
pointer with void pointers ...
Hopes it might find some interest/usefullness ...
Thanks in advance.
Index: gnu/gcc/gcc/un
Remove redundant returns from functions returning void. Wrap return
values in () for consistency.
diff from Michael W. Bombardieri.
ok?
Index: sys/net/pipex.c
===
RCS file: /cvs/src/sys/net/pipex.c,v
retrieving revision 1.27
diff -
Delete unused field s_first in 'struct pppoe_session' that is assigned
1 in session_new(), but it is never used.
Diff from Michael W. Bombardieri
ok?
Index: session.c
===
RCS file: /usr/src/cvs/src/usr.sbin/pppoe/session.c,v
retriev
The purpose of the following change is to alleviate the overconfigging
necessary to use a main modmask besides Meta/Alt with cwm's default
binds. Since Alt (like Ctrl and Shift) is useful (and sometimes perhaps
necessary) for normal programs, it's less than desirable for the wm to
be grabbing it. A