Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#23 closed defect (fixed)

libc: symlink is broken

Reported by: bird Owned by: bird
Priority: high Milestone: libc-0.6.1
Component: libc Version: 0.6
Severity: normal Keywords: libc symlink
Cc:

Description

When porting BSD ln for using kBuild I find that symlink isn't working. I get error 254 from DosOpen?.

Change History (2)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

Wrong symbol name in the template structure ("FLAGS" instead of "SYMLINK"), OS/2 complained about the difference in the name length.

comment:2 Changed 18 years ago by bird

The template also had two incorrect size fields, ending up with a zero length name stored. This has been fixed.

Note: See TracTickets for help on using tickets.