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_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=1754469472; bh=sPVrjN1YEeFzIBhZuPUaf00B/qKd1iqd3/XuYJ0Dw8k=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding: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=GZuxdaR/qoa5LvQ4OO36Md+wzI6BkuTcJ0EFAE7p4eqtMVeZSyLSpDeW1BEtnNB1o IWCVZ1ROcINR8exBNCxEWg8uW2iB7Y//CXdaT/abpVfZcKoWG6cHc5JvRxAYa2dpDM 7oSscoDCup9tsWdZdkpYsGXstp/28Wq4s91uKAmti2hzzAAqTY/yY2dohu+Vg3zefU dexQzWc7aWjpjUG+XrLIF/tmHpS4lI8fkcXEODlCIVj4l69dh2zTS6RyOPkBr1QoPk nKO6gyEMJikFgkGz2ePH1pkB+V9RHH6ULeVZSuG2s9n5U2jmzYXgmYvh+BCojthxrI J9URiDwHUan1w== Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id E785E3127B0D for ; Wed, 6 Aug 2025 08:37:52 +0000 (UTC) Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-3323d8e0ac4so51703291fa.0 for ; Wed, 06 Aug 2025 01:37:52 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVj9a3vStsBVSfDqQGoBDrul+2VI1iCWBQ+NwLw8XXjtIbuiz/MzLCygXNt73pm6kaje2UJ@vger.gnuweeb.org X-Gm-Message-State: AOJu0YyHKKXDL5i6svgLVvYROinkWVYpvA1DP7WWHEQJuG/+WENPdV02 LIf+PQVn94iGHYi1QkPehwtUx+haegi1XqMSP2IAN61wrnqpZg44v7U8hpBoxwe2+xdVrbAaqP7 lHz6zfImuSC3mqpJkwgh/gnvLb0GySpU= X-Google-Smtp-Source: AGHT+IETjK3HZZSDmMNixFjIkkKGqUJNcOX4ysDVotnqy/adXs/bLENb8RNi9b0mEIwBUIyhMx9LSCzmQFrA1s6Umgg= X-Received: by 2002:a2e:a545:0:b0:32a:dcc7:f99e with SMTP id 38308e7fff4ca-3338137d292mr5818281fa.22.1754469472302; Wed, 06 Aug 2025 01:37:52 -0700 (PDT) MIME-Version: 1.0 References: <20250806035727.216702-1-reyuki@gnuweeb.org> In-Reply-To: From: Ahmad Gani Date: Wed, 6 Aug 2025 15:37:15 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXyqk0Xl_RsbTVepdRyX2EXZf_2JEofnaeRLtX0U79Y9qBY4IPJHyI6RRHY Message-ID: Subject: Re: [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation To: Ammar Faizi Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Wed, Aug 6, 2025 at 2:08=E2=80=AFPM Ammar Faizi wrote: > On Wed, Aug 06, 2025 at 10:57:18AM +0700, Ahmad Gani wrote: > > dnslookup: Split common functionality and struct into net.h and net.c > > dnslookup: Add a new parameter default_port > > I have applied these two patches as they're already in a good shape. > You can rebase on top of master branch. 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? -- Ahmad Gani