summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yp_main.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2005-05-20 13:04:10 +0000
committercharnier <charnier@FreeBSD.org>2005-05-20 13:04:10 +0000
commit5dd180da44ebf71e11cb50161219cdcd23b4d539 (patch)
tree7157ab10df35d74f0cea4018953fba0b4053963b /usr.sbin/ypserv/yp_main.c
parent80a7e91a6f59170ea94cf7cc2ccd728e9717d96c (diff)
downloadFreeBSD-src-5dd180da44ebf71e11cb50161219cdcd23b4d539.zip
FreeBSD-src-5dd180da44ebf71e11cb50161219cdcd23b4d539.tar.gz
Remove unused variables. int -> size_t for lenghts.
Diffstat (limited to 'usr.sbin/ypserv/yp_main.c')
-rw-r--r--usr.sbin/ypserv/yp_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c
index b786ca7..cfa45e4 100644
--- a/usr.sbin/ypserv/yp_main.c
+++ b/usr.sbin/ypserv/yp_main.c
@@ -106,7 +106,6 @@ yp_svc_run(void)
#else
int readfds;
#endif /* def FD_SETSIZE */
- extern int forked;
int fd_setsize = _rpc_dtablesize();
struct timeval timeout;
OpenPOWER on IntegriCloud