From 73d77097240ef6b3bac7bbf001f48808d9af744f Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Tue, 9 Feb 2021 15:39:12 -0700 Subject: [PATCH] Update comment about location for porting changes. --- src/sniffer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sniffer.c b/src/sniffer.c index 4b56e8ff8..33588059b 100644 --- a/src/sniffer.c +++ b/src/sniffer.c @@ -27,12 +27,13 @@ #include #include -/* xctime - should it move to wc_port.h? */ +/* xctime */ #ifndef XCTIME #define XCTIME ctime #endif -/* should next ifdef move to wc_port.h? */ +/* only in this file, to avoid confusing future ports leave + * these defines here. Do not move to wc_port.h */ #ifdef FUSION_RTOS #include #define XINET_NTOA FNS_INET_NTOA