Commit 460fe04f by Richard Stallman

Delete excess fi in fixing stat.h.

From-SVN: r2410
parent e4ba89be
......@@ -913,11 +913,10 @@ mknod (const char *path, mode_t mode, dev_t dev)
1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g
wq
EOF
echo Fixed $file_to_fix
rm -f ${LIB}/$file
cp /tmp/$base ${LIB}/$file
rm -f /tmp/$base
fi
echo Fixed $file_to_fix
rm -f ${LIB}/$file
cp /tmp/$base ${LIB}/$file
rm -f /tmp/$base
fi
# Sony NEWSOS 5.0 does not support the complete ANSI C standard.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment