#!/bin/sh
for file in \
dir.h dirent.h errno.h file.h ioctl.h mount.h param.h resource.h \
signal.h stat.h statfs.h time.h termios.h times.h timeb.h types.h \
utsname.h vfs.h wait.h ; do
ln -s ../$file $file
done
