diff toys/pending/klogd.c @ 955:144d5ba7d410

Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing.
author Rob Landley <rob@landley.net>
date Thu, 18 Jul 2013 18:20:03 -0500
parents a4a6bcf32657
children 5a50be9d00a7
line wrap: on
line diff
--- a/toys/pending/klogd.c	Wed Jul 17 17:27:14 2013 -0500
+++ b/toys/pending/klogd.c	Thu Jul 18 18:20:03 2013 -0500
@@ -23,7 +23,7 @@
 
 #define FOR_klogd
 #include "toys.h"
-#include <signal.h>
+
 GLOBALS(
   long level;
   int fd;