summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-01-23 20:27:32 +0000
committercharnier <charnier@FreeBSD.org>2000-01-23 20:27:32 +0000
commit6d71b03118171a529ce20db739bb034d8b92bfa6 (patch)
treeac97b5647204ad8022342adbb54bcdab8549bcdf /usr.sbin/watch/watch.c
parentb271eaef88e7ebd69a2ddefce0f008ef26456e9b (diff)
downloadFreeBSD-src-6d71b03118171a529ce20db739bb034d8b92bfa6.zip
FreeBSD-src-6d71b03118171a529ce20db739bb034d8b92bfa6.tar.gz
Add missing .El.
-Wall cleaning.
Diffstat (limited to 'usr.sbin/watch/watch.c')
-rw-r--r--usr.sbin/watch/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c
index a9e2629..817f7fc 100644
--- a/usr.sbin/watch/watch.c
+++ b/usr.sbin/watch/watch.c
@@ -288,7 +288,6 @@ main(ac, av)
char **av;
{
int res, nread, b_size = MIN_SIZE;
- extern int optind;
char ch, *buf, chb[READB_LEN];
fd_set fd_s;
@@ -426,5 +425,6 @@ main(ac, av)
fatal(EX_IOERR, "write failed");
}
} /* While */
+ return(0);
}
OpenPOWER on IntegriCloud