From patchwork Mon Apr 24 19:30:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Simmons-Talbott X-Patchwork-Id: 68235 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 668BE3858C30 for ; Mon, 24 Apr 2023 19:31:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 668BE3858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682364693; bh=3jJdL8bChCswUn4JN35mwWg8V/o6Xe2BIIKICYA8YV0=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=t8hDTjuwbn8fkPzw726By9TQUjABh9DVdWxwhRk8egrf2SIlDyU+asa8MPAkLQZCq bmbiBKClfHfireQ5CbaOXW6pOgFi9V07OvCJRl6iuN88hPVSegacQJJxUF7J31S0D6 5wIk7p4I8Q651m6XEeJ+uRCggdojhulAMm8OwZs0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id D8FED3858D32 for ; Mon, 24 Apr 2023 19:31:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D8FED3858D32 Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-343-fZXyZK9RNwCruIFCr5DMAQ-1; Mon, 24 Apr 2023 15:31:04 -0400 X-MC-Unique: fZXyZK9RNwCruIFCr5DMAQ-1 Received: by mail-qt1-f197.google.com with SMTP id d75a77b69052e-3ef691d1eebso13194661cf.3 for ; Mon, 24 Apr 2023 12:31:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682364663; x=1684956663; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=3jJdL8bChCswUn4JN35mwWg8V/o6Xe2BIIKICYA8YV0=; b=E30LCQa3+P9yYQfExwDNH4wPPrWcS8FPWAoCNMZ16M2KJQHmoNJrmHOunWDL5L+htD qwd3uuBVep04XKW8aCYQr2KsEDuapQo0Yg0J6ui2Ew9ff5rQgK0HoAPdPG5k96xTCKbM rXccefXIc2mgl6eb3f5YD42zuzgsoeHmK5kE5MgACuhcvBTw2KbaaxYSYGaOLDcmIcH9 c5LD38Y2ZyM5sSwE5RwcOPdTzJKlbwSVKwGbPn/DQMhaPw4bTj+pakalAeoKX5Dsyud7 4hMByOsgTVkHGw9fS455pqbyOGmVlTxxw8A26INqp9+IhEnRltlqW6HBdedCeeKWYHxy jcnw== X-Gm-Message-State: AAQBX9f8PJEzdH5R1Ch6CxMzt5WbjCyMss2Z9hFt9bmvNVl+uJTINlKB FYn1bT3woIohGWakGg/AMI+krgjZxMZ37LjfSwBid77mX6uURkGrZG99aG9UPHxgQdWO8i20qPS QZ52ZHh1o7aCaUCApXJWPcRvWqFXJ03zFy4tN0SueYs6PEb6VmvhhvIKO0cXnDbldGLBPUTmDaa T2GeoW X-Received: by 2002:ac8:5e0f:0:b0:3ef:2fbd:90bb with SMTP id h15-20020ac85e0f000000b003ef2fbd90bbmr27043394qtx.55.1682364663633; Mon, 24 Apr 2023 12:31:03 -0700 (PDT) X-Google-Smtp-Source: AKy350ZEVhJCzbouUZb+Eujy1MMkFxKcRU6/2eBw+oahqVocqd9rA8xbYPfK5LZyb+kHQDS5vIkjjg== X-Received: by 2002:ac8:5e0f:0:b0:3ef:2fbd:90bb with SMTP id h15-20020ac85e0f000000b003ef2fbd90bbmr27043355qtx.55.1682364663318; Mon, 24 Apr 2023 12:31:03 -0700 (PDT) Received: from oak.redhat.com (c-71-206-142-238.hsd1.va.comcast.net. [71.206.142.238]) by smtp.gmail.com with ESMTPSA id x132-20020a37638a000000b007460093cccdsm3823138qkb.25.2023.04.24.12.31.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Apr 2023 12:31:02 -0700 (PDT) To: libc-alpha@sourceware.org Cc: Joe Simmons-Talbott Subject: [PATCH] gethostid: Do not include alloca.h Date: Mon, 24 Apr 2023 15:30:58 -0400 Message-Id: <20230424193058.1784229-1-josimmon@redhat.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Joe Simmons-Talbott via Libc-alpha From: Joe Simmons-Talbott Reply-To: Joe Simmons-Talbott Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Nothing from alloca.h is being used here. Reviewed-by: Siddhesh Poyarekar --- sysdeps/unix/sysv/linux/gethostid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/gethostid.c b/sysdeps/unix/sysv/linux/gethostid.c index e717d6a27e..c8d3361d34 100644 --- a/sysdeps/unix/sysv/linux/gethostid.c +++ b/sysdeps/unix/sysv/linux/gethostid.c @@ -15,7 +15,6 @@ License along with the GNU C Library; if not, see . */ -#include #include #include #include