public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Aurelien Jarno <aurel32@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] linux: Drop useless include from fstatat.c
Date: Wed,  2 Nov 2022 18:10:31 +0000 (GMT)	[thread overview]
Message-ID: <20221102181032.736103857016@sourceware.org> (raw)

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

commit f4ce325dfc50e13cf8240424fa0561fca78e72e7
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Nov 1 20:49:32 2022 +0100

    linux: Drop useless include from fstatat.c
    
    It is a left-over from previous refactorings.
    
    Reviewed by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Diff:
---
 sysdeps/unix/sysv/linux/fstatat.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c
index 055fb4762e..8926eed244 100644
--- a/sysdeps/unix/sysv/linux/fstatat.c
+++ b/sysdeps/unix/sysv/linux/fstatat.c
@@ -21,8 +21,6 @@
 #include <sysdep.h>
 
 #if !XSTAT_IS_XSTAT64
-# include <kstat_cp.h>
-
 int
 __fstatat (int fd, const char *file, struct stat *buf, int flag)
 {

                 reply	other threads:[~2022-11-02 18:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221102181032.736103857016@sourceware.org \
    --to=aurel32@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).