1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

Fix the style of my previous commit.

Submitted by:	The Style Police[tm]
This commit is contained in:
Joerg Wunsch 1999-03-03 14:02:50 +00:00
parent 569b765ba9
commit 0f9ae8e234
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44447

View File

@ -314,7 +314,7 @@ wwinit()
wwerrno = WWE_SYS;
goto bad;
}
fcntl(0,F_SETOWN,getpid());
fcntl(0, F_SETOWN, getpid());
/* catch typeahead before ASYNC was set */
(void) kill(getpid(), SIGIO);
wwstart1();