suppress warnings about easch <applet>_main() having

no preceding prototype
This commit is contained in:
Denis Vlasenko
2007-02-03 17:28:39 +00:00
parent c7ba8b9d6c
commit 06af216528
245 changed files with 268 additions and 25 deletions

View File

@@ -59,8 +59,8 @@ int get_console_fd(void)
char arg;
fd4name = open_a_console(choise_console_names[fd]);
chk_std:
choise_fd = fd4name >= 0 ? fd4name : fd;
chk_std:
choise_fd = (fd4name >= 0 ? fd4name : fd);
arg = 0;
if (ioctl(choise_fd, KDGKBTYPE, &arg) == 0)