public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] if_index: Remove unneeded alloca.h include
@ 2023-04-26 12:07 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2023-04-26 12:07 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a3461d4923d92ba14cbd60072aeccb49fcb14da2

commit a3461d4923d92ba14cbd60072aeccb49fcb14da2
Author: Joe Simmons-Talbott <josimmon@redhat.com>
Date:   Tue Apr 25 10:26:54 2023 -0400

    if_index: Remove unneeded alloca.h include
    
    Nothing is being used from this header.
    Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

Diff:
---
 sysdeps/unix/sysv/linux/if_index.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c
index ac22d0b742..432a3f9251 100644
--- a/sysdeps/unix/sysv/linux/if_index.c
+++ b/sysdeps/unix/sysv/linux/if_index.c
@@ -15,7 +15,6 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <alloca.h>
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-26 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 12:07 [glibc] if_index: Remove unneeded alloca.h include Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).