Removed the altmsglink (named `@') and env var `$editalt' for repl and dist.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 15:16:34 +0000 (17:16 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 15:16:34 +0000 (17:16 +0200)
The env var $mhaltmsg already provides everything. We just get rid of
compat redundancy.
We also dropped the lstat() check. lstat() is POSIX and we assume any
modern Unix system to support symbolic links. Also, there's only one
invocation of lstat() left in uip/flist.c.


No differences found