From db8e974d48b8a9de58f660f159a780dce2992bb7 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 20 Jun 2020 13:32:11 -0700 Subject: fix: added file to make bootstrapping on new device easier. small changes to accomodate --- sys/cmd/ic/ic.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/cmd/ic/ic.c') diff --git a/sys/cmd/ic/ic.c b/sys/cmd/ic/ic.c index 50ce8c1..19b868d 100644 --- a/sys/cmd/ic/ic.c +++ b/sys/cmd/ic/ic.c @@ -14,9 +14,7 @@ #include #include -#ifdef NEED_STRLCPY size_t strlcpy(char *, const char *, size_t); -#endif #define IRC_CHANNEL_MAX 200 #define IRC_MSG_MAX 512 /* guaranteed to be <= than PIPE_BUF */ -- cgit v1.2.1