Subject: /bin/ln bug? (actually symlink(2) bug?)
To: NetBSD Amiga-Dev <amiga-dev@netbsd.org>
From: Tero Manninen <tero.manninen@oulu.fi>
List: amiga-dev
Date: 09/23/1994 23:35:47
Hi again,

Just for the record, the command "ln -s . /tmp/foo" works
great in NetBSD 0.9a when the /tmp is set to sticky. I made
a quick test by using symlink(2) system call, the real bug is in
there when running in NetBSD current..

++Tero