Removed obsolete development marks

This commit is contained in:
2012-07-20 12:21:36 +02:00
parent 7001121a3f
commit 042dbd01ed
6 changed files with 16 additions and 15 deletions

View File

@ -1211,9 +1211,9 @@ int iso_tree_resolve_symlink(IsoImage *img, IsoSymlink *sym, IsoNode **res,
if (dest[0] == '/') {
/* >>> ??? How to resolve absolute links without knowing the
path of the future mount point ?
??? Would it be better to throw error ?
/* ??? How to resolve absolute links without knowing the
path of the future mount point ?
??? Would it be better to throw error ?
I can only assume that it gets mounted at / during some stage
of booting.
*/;