]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ln: port to symlink ("x", ".") failing with EINVAL
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Mar 2019 20:20:42 +0000 (13:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Mar 2019 20:22:32 +0000 (13:22 -0700)
commit3e0dff3925b5e521cae468087950e85b60002d1c
tree7ef888382650e9b3fd12a4682c26a40c4fac9993
parent4a211024701c1052771419cf92ef6a556399478b
ln: port to symlink ("x", ".") failing with EINVAL

Problem reported by John Marino (Bug#34894).
* src/ln.c (main): Port ln -s to Solaris symlink function,
where symlink ("x", ".") fails with errno == EINVAL.
src/ln.c