public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Samuel Thibault <sthibaul@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] mach: Drop some unnecessary vm_param.h includes
Date: Wed,  3 Jan 2024 21:00:12 +0000 (GMT)	[thread overview]
Message-ID: <20240103210013.00A2038582B2@sourceware.org> (raw)

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

commit 114de961e093a815b1fd6f53a92ec120fb84c092
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Wed Jan 3 20:14:37 2024 +0300

    mach: Drop some unnecessary vm_param.h includes
    
    Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>

Diff:
---
 mach/setup-thread.c           | 1 -
 sysdeps/mach/hurd/dl-sysdep.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mach/setup-thread.c b/mach/setup-thread.c
index 72bf108393..1e7f9953c6 100644
--- a/mach/setup-thread.c
+++ b/mach/setup-thread.c
@@ -19,7 +19,6 @@
 #include <mach/setup-thread.h>
 #include <thread_state.h>
 #include <string.h>
-#include <mach/machine/vm_param.h>
 #include <ldsodefs.h>
 #include "sysdep.h"		/* Defines stack direction.  */
 
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index d3933bfe5a..43129a1e74 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -32,7 +32,6 @@
 #include <sysdep.h>
 #include <argz.h>
 #include <mach/mig_support.h>
-#include <mach/machine/vm_param.h>
 #include "hurdstartup.h"
 #include <hurd/lookup.h>
 #include <hurd/auth.h>

                 reply	other threads:[~2024-01-03 21:00 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=20240103210013.00A2038582B2@sourceware.org \
    --to=sthibaul@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).