commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110319


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110319-1-9-g76f659d
Date: Wed, 20 Apr 2011 10:13:45 +0000

The following commit has been merged in the master branch:
commit 76f659d0072d2e5c4b69c43681bb13163a11b5e4
Author: Samuel Thibault <address@hidden>
Date:   Wed Apr 20 12:13:15 2011 +0200

    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.

diff --git a/debian/changelog b/debian/changelog
index 0196d4b..17e7708 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 <address@hidden>  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 d877683..0000000
--- 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 0f5ebcc..8b2c46c 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

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]