On Tue, Feb 12, 2002 at 08:17:50PM +0100, [EMAIL PROTECTED] wrote: > > Should this also apply to symlinks? Or should the default behaviour be > > used. > > I think the translator for symlinks shouldn't be shown or it should > be an option.
None of the special translators like /hurd/symlink as listed in <hurd/paths.h> should be shown by such user applications (unless maybe the user requested it). Instead, the POSIX or traditional UNIX counterparts should be shown. /* Standard translators for special node types. These pathnames are used by the C library. UFS and perhaps other filesystems short-circuit these translators. */ #define _HURD_SYMLINK _HURD "symlink" /* S_IFLNK */ #define _HURD_CHRDEV _HURD "chrdev" /* S_IFCHR */ #define _HURD_BLKDEV _HURD "blkdev" /* S_IFBLK */ #define _HURD_FIFO _HURD "fifo" /* S_IFIFO */ #define _HURD_IFSOCK _HURD "ifsock" /* S_IFSOCK */ Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
