From 9751ab22aebd4e0dc1a47417f01e8e6471427840 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 15 Sep 1999 01:58:44 +0000 Subject: Fix warning: return type of `main' is not `int' --- usr.sbin/kbdcontrol/kbdcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/kbdcontrol/kbdcontrol.c') diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index 8d5379b..894c249 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -991,7 +991,7 @@ usage() } -void +int main(int argc, char **argv) { int opt; -- cgit v1.1