diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 20:13:38 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 20:13:38 +0200 |
commit | aff1267603b331b7a22a200e0363bee1ca61b0f6 (patch) | |
tree | 911fdb0012a7bd07b5142cdfc1e21fe1adfbae50 /contributing.mdwn | |
parent | 3ef05624d20c4080b5104e8be4fbda8ccedb3997 (diff) | |
download | web-aff1267603b331b7a22a200e0363bee1ca61b0f6.tar.gz web-aff1267603b331b7a22a200e0363bee1ca61b0f6.tar.bz2 web-aff1267603b331b7a22a200e0363bee1ca61b0f6.zip |
Point people at using libz/libbz2 in libstore
rather than in exec, which is to drop its support
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index b5ff6f3c..47da1d40 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -105,7 +105,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based. * Port valgrind. There is a whole [[GSoC proposal|community/gsoc/project_ideas/valgrind ]] about this, but the basic port could be small. -* Use libz and libbz2 in exec. See `hurd/exec/unzip.c` etc., they should be replaced by mere calls to libraries, [[!GNU_Savannah_task 6990]] +* 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]] * 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]] |