linux grundler

Grant Grundler grundler@puffin.external.hp.com
Wed, 17 Jan 2001 18:32:47 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	grundler	01/01/17 18:32:47

Modified files:
	arch/parisc64  : do_links 

Log message:
do_links was failing with:
mkdir: too few arguments

Problem was symlinks() would "cd $common" but not back
to the starting point. Second call to symlinks() then failed.