summaryrefslogtreecommitdiff
path: root/user/jkoenig/gsoc2011_proposal.mdwn
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2011-04-08 18:06:30 +0200
committerJeremie Koenig <jk@jk.fr.eu.org>2011-04-08 18:06:30 +0200
commitcd0c5d6044001a248c522b55c637a8610567644d (patch)
treef47bf9a3f2325b76fa67538c72e35435c9d50904 /user/jkoenig/gsoc2011_proposal.mdwn
parent67c45ea1f4eef284234d69ffad5fd7548f289a84 (diff)
gsoc2011 (java): fix
Diffstat (limited to 'user/jkoenig/gsoc2011_proposal.mdwn')
-rw-r--r--user/jkoenig/gsoc2011_proposal.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/jkoenig/gsoc2011_proposal.mdwn b/user/jkoenig/gsoc2011_proposal.mdwn
index fe05e2c0..d746aa4e 100644
--- a/user/jkoenig/gsoc2011_proposal.mdwn
+++ b/user/jkoenig/gsoc2011_proposal.mdwn
@@ -309,7 +309,8 @@ examples:
operations should be provided by the `Syscall` class instead.
Finally, access should be provided to the initial ports and file descriptors
-in `_hurd_ports` and `FIXME`, for instance through static methods such as
+in `_hurd_ports` and provided by the `getdport()` function,
+for instance through static methods such as
`getCRDir()`, `getCWDir()`, `getProc()`, ... in a dedicated class such as
`org.gnu.hurd.InitPorts`.