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/watch/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/watch') diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 307ffa7..a9e2629 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -282,7 +282,7 @@ ask_dev(dev_name, msg) #define READB_LEN 5 -void +int main(ac, av) int ac; char **av; -- cgit v1.1