Delete excess fi in fixing stat.h.

From-SVN: r2410
This commit is contained in:
Richard Stallman 1992-10-12 20:25:53 +00:00
parent e4ba89beb2
commit 460fe04f6c

View File

@ -913,11 +913,10 @@ mknod (const char *path, mode_t mode, dev_t dev)
1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g 1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g
wq wq
EOF EOF
echo Fixed $file_to_fix echo Fixed $file_to_fix
rm -f ${LIB}/$file rm -f ${LIB}/$file
cp /tmp/$base ${LIB}/$file cp /tmp/$base ${LIB}/$file
rm -f /tmp/$base rm -f /tmp/$base
fi
fi fi
# Sony NEWSOS 5.0 does not support the complete ANSI C standard. # Sony NEWSOS 5.0 does not support the complete ANSI C standard.