Download raw body.
gotd: Don't include stdlib.h twice
Committed this and the other pending diffs, thank you! On 2022/11/14 15:32:17 -0500, Josiah Frentsos <jfrent@tilde.team> wrote: > diff aa909a8de9cb4cc8122541921ecddd7361203c04 fc71922cf758943e8a5a2c6855b5c5117242cc29 > commit - aa909a8de9cb4cc8122541921ecddd7361203c04 > commit + fc71922cf758943e8a5a2c6855b5c5117242cc29 > blob - 4c5e00e9a153fb839064f16e6527e23fab82e354 > blob + 32fecfd55cde803ce2b92b4419940ace84bfd9a0 > --- gotd/gotd.c > +++ gotd/gotd.c > @@ -37,7 +37,6 @@ > #include <stdarg.h> > #include <stdio.h> > #include <stdlib.h> > -#include <stdlib.h> > #include <string.h> > #include <syslog.h> > #include <unistd.h>
gotd: Don't include stdlib.h twice