diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-06 16:11:48 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-03-06 16:11:48 +0100 |
commit | 01249c8e14fc537bdaa06502d4cb8279b6a6a87d (patch) | |
tree | 6549c9989ab2f96992896f7037c3154b02195ba9 /contributing.mdwn | |
parent | e62fb41be0b4e49e8a04b2dddd50a3ffc96b8951 (diff) | |
download | web-01249c8e14fc537bdaa06502d4cb8279b6a6a87d.tar.gz web-01249c8e14fc537bdaa06502d4cb8279b6a6a87d.tar.bz2 web-01249c8e14fc537bdaa06502d4cb8279b6a6a87d.zip |
Add the symlink translator issue to the small hacks list.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 618e5ca1..67b84590 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -107,6 +107,7 @@ lookups|hurd/interface/dir_lookup]] work. * Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see <http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html> * Improve our [[FUSE library|hurd/libfuse]]. * Add a relatime or lazytime option to ext2fs. +* Fix our [[open_issues/symlink_translator]]. <a name="porting"></a> ## Porting Packages |