"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Josiah Frentsos <jfrent@tilde.team>
Subject:
gotd: Don't include stdlib.h twice
To:
gameoftrees@openbsd.org
Date:
Mon, 14 Nov 2022 15:32:17 -0500

Download raw body.

Thread
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>