Deleted Added
full compact
rpcb_svc_com.c (203604) rpcb_svc_com.c (224001)
1/* $NetBSD: rpcb_svc_com.c,v 1.9 2002/11/08 00:16:39 fvdl Exp $ */
1/* $NetBSD: rpcb_svc_com.c,v 1.9 2002/11/08 00:16:39 fvdl Exp $ */
2/* $FreeBSD: head/usr.sbin/rpcbind/rpcb_svc_com.c 203604 2010-02-07 07:50:41Z imp $ */
2/* $FreeBSD: head/usr.sbin/rpcbind/rpcb_svc_com.c 224001 2011-07-14 07:28:49Z delphij $ */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

--- 1060 unchanged lines hidden (view full) ---

1071 free(ap);
1072}
1073
1074
1075#define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
1076extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
1077
1078void
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

--- 1060 unchanged lines hidden (view full) ---

1071 free(ap);
1072}
1073
1074
1075#define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
1076extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
1077
1078void
1079my_svc_run()
1079my_svc_run(void)
1080{
1081 size_t nfds;
1082 struct pollfd pollfds[FD_SETSIZE];
1083 int poll_ret, check_ret;
1084 int n;
1085#ifdef SVC_RUN_DEBUG
1086 int i;
1087#endif

--- 381 unchanged lines hidden ---
1080{
1081 size_t nfds;
1082 struct pollfd pollfds[FD_SETSIZE];
1083 int poll_ret, check_ret;
1084 int n;
1085#ifdef SVC_RUN_DEBUG
1086 int i;
1087#endif

--- 381 unchanged lines hidden ---