Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.

This commit is contained in:
Kris Kennaway 2001-04-26 09:22:28 +00:00
parent 19476d5cac
commit d12dd1a1b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76019
10 changed files with 82 additions and 80 deletions

View File

@ -360,6 +360,7 @@ int
ftime_start()
#endif
{
if (ftab != NULL)
return(0);
if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
@ -1206,6 +1207,7 @@ int
dir_start()
#endif
{
if (dirfd != -1)
return(0);