mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
12 lines
237 B
Diff
12 lines
237 B
Diff
--- a/setserial.c
|
|
+++ b/setserial.c
|
|
@@ -738,7 +738,7 @@ fprintf(stderr, "\t* port\t\tset the I/O port\n");
|
|
exit(1);
|
|
}
|
|
|
|
-main(int argc, char **argv)
|
|
+int main(int argc, char **argv)
|
|
{
|
|
int get_flag = 0, wild_intr_flag = 0;
|
|
int c;
|