diff options
Diffstat (limited to 'usr.sbin/watch/watch.c')
-rw-r--r-- | usr.sbin/watch/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |