From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1754518472; bh=Nb0NpMKwNbSqwUZ4SuyHKWJlAAXwygu+odl76J+OUMk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=tPkbdp/hVlMsUfIl/mKDuOf9/dDVbEdfZkajerhAtU9WSn9DKbBurjEIAPrQneVZ2 ynjrk0B6N9Gr3/DRE3G33tY2o1yfJztJZEK4f6bV2NGhHJ2Alg+qpENwGaPbdqvRPx gx5Nz0hK9fPgb37W4knXQZhQtHOOlghgg2qO5V8D4m4xyPE5nZqB/pfxmmEiqag7f8 QGZVCjJSsvsfiR2+JyPhb/oyR77MSVnorEIFOuUlepoZLaT9C1LAWO1bkUZ2N89q4u k/B3T1XhqbHzO/PShx3bbK1+ejo+Ht4p9JDw1rVDaaj2YODSQbl5hFSLZkZ/YisIA/ CnLJJZdeGnxbQ== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id BA8F13127C0B; Wed, 6 Aug 2025 22:14:31 +0000 (UTC) Date: Thu, 7 Aug 2025 05:14:28 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation Message-ID: References: <20250806035727.216702-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Wed, Aug 06, 2025 at 03:37:15PM +0700, Ahmad Gani wrote: > Err... I made a small change to net.c, but it looks like the patch was > already pulled. I just added a macro guard for _GNU_SOURCE to get rid of > compiler warning about a macro constant being redeclared. What should I > do in this case? FWIW, I have fixed the _GNU_SOURCE redefinition warning together with other 32-bit archs warnings. https://github.com/GNUWeeb/gwproxy/commits/cff091cf6441845c1a8fc56b9e1216bf6cf48dc -- Ammar Faizi