看板 DFBSD_commit 關於我們 聯絡資訊
:liamfoy 2005/02/28 11:26:21 PST : :DragonFly src repository : : Modified files: : bin/ln ln.c : Log: : - Remove an unnecessary call to stat(). We can just use lstat before : checking the file. This saves calling both stat() and lstat(). : : Revision Changes Path : 1.6 +6 -5 src/bin/ln/ln.c : : :http://www.dragonflybsd.org/cvsweb/src/bin/ln/ln.c.diff?r1=1.5&r2=1.6&f=u That changes the functionality a bit. What if the sourcedir path is a symlinking pointing to a directory rather then the directory itself? That is perfectly acceptable but this change will turn it into an error from what I can tell. -Matt Matthew Dillon <dillon@backplane.com>