From 0d18004705abff66db81dcb801908112e6337891 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 20 Apr 2011 12:13:15 +0200 Subject: Remove disable-proc_getnports.patch * debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now has proc_getnports, and the hurd package already breaks older versions. --- debian/changelog | 2 ++ debian/patches/disable-proc_getnports.patch | 16 ---------------- debian/patches/series | 1 - 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 debian/patches/disable-proc_getnports.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0196d4bc..17e7708a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ hurd (20110319-3) UNRELEASED; urgency=low repeaters for g-i support. * debian/local/setup-translators: Pass the --compatible option to procfs to tweak it a bit to get proc-related tools working without too much patching. + * debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now + has proc_getnports, and the hurd package already breaks older versions. -- Samuel Thibault Sun, 10 Apr 2011 20:42:45 +0200 diff --git a/debian/patches/disable-proc_getnports.patch b/debian/patches/disable-proc_getnports.patch deleted file mode 100644 index d8776835..00000000 --- a/debian/patches/disable-proc_getnports.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/libps/procstat.c b/libps/procstat.c -index eac4ae4..55d5b7e 100644 ---- a/libps/procstat.c -+++ b/libps/procstat.c -@@ -990,9 +990,11 @@ proc_stat_set_flags (struct proc_stat *ps, ps_flags_t flags) - if (ps_context_find_tty_by_cttyid (ps->context, ps->cttyid, &ps->tty) == 0) - have |= PSTAT_TTY; - -+#if 0 - /* The number of Mach ports in the task. */ - MGET (PSTAT_NUM_PORTS, PSTAT_PID, - proc_getnports (server, ps->pid, &ps->num_ports)); -+#endif - - /* Update PS's flag state. We haven't tried user flags yet, so don't mark - them as having failed. We do this before checking user bits so that the diff --git a/debian/patches/series b/debian/patches/series index 0f5ebcc8..8b2c46c7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,7 +26,6 @@ makedev_keep_options.patch makedev_parted_store.patch console_ignore_bdf_err.patch libpthread_sigmask.patch -disable-proc_getnports.patch ext2fs_nowait.patch auth-intr-cure.patch libpager_deadlock.patch -- cgit v1.2.3