diff options
author | kato <kato@FreeBSD.org> | 1997-04-16 03:08:34 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-04-16 03:08:34 +0000 |
commit | 94dc06fdd46cc83f93e272a25cb799f9b09cf623 (patch) | |
tree | 6b43eb74d2f1a391d592db9d43c99bcd15fdb747 /lib/libc | |
parent | bbb4a1f3a54fb1ead8610f8e4a8bdbe799716fda (diff) | |
download | FreeBSD-src-94dc06fdd46cc83f93e272a25cb799f9b09cf623.zip FreeBSD-src-94dc06fdd46cc83f93e272a25cb799f9b09cf623.tar.gz |
Undo previous commit to avoid panic, and fix order of argument of
VOP_LINK(). The reason of strange behavior was wrong order of the
argument, that is, the operation
# ln foo bar
in a union fs tried to do
# ln bar foo
in ufs layer.
Now we can make a link in a union fs.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions