suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user