diff options
author | teythoon <teythoon@web> | 2013-10-22 17:37:57 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2013-10-22 17:37:57 +0200 |
commit | fb7b2f3ee26cb69f6f5ed332d46a09baa496c682 (patch) | |
tree | fbef5aef8f8682de39b87982219ec4001eb4830d | |
parent | 99a32b7776b16c94c45ce484dc09d8f6f52d6b70 (diff) | |
download | web-fb7b2f3ee26cb69f6f5ed332d46a09baa496c682.tar.gz web-fb7b2f3ee26cb69f6f5ed332d46a09baa496c682.tar.bz2 web-fb7b2f3ee26cb69f6f5ed332d46a09baa496c682.zip |
Add small hack entry about moving the mount/umount logic to libshouldbeinlibc.
-rw-r--r-- | contributing.mdwn | 2 |
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 |