summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorteythoon <teythoon@web>2013-10-22 17:37:57 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2013-10-22 17:37:57 +0200
commitfb7b2f3ee26cb69f6f5ed332d46a09baa496c682 (patch)
treefbef5aef8f8682de39b87982219ec4001eb4830d /contributing.mdwn
parent99a32b7776b16c94c45ce484dc09d8f6f52d6b70 (diff)
Add small hack entry about moving the mount/umount logic to libshouldbeinlibc.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 5978d01f..db2d77c6 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -111,7 +111,7 @@ basic port could be small.
* Use libz and libbz2 in libstore. See `hurd/libstore/unzip.c` etc., they should be replaced by mere calls to libraries, [[!GNU_Savannah_task 6990]]
See also the discussions on [[open_issues/exec]].
* Add `/proc/$pid/maps`. `vminfo` already has this kind of information, it's a matter of making procfs do the same. [[!GNU_Savannah_bug 32770]]
-
+* Move the mount/umount logic from utils/{,u}mount.c into libshouldbeinlibc.
<a name="porting"></a>
## Porting Packages