summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 15:57:44 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 15:57:44 +0000
commit8152bc85d1a93ad68ee317b567deb6e6ffab8ec7 (patch)
treeb430f9f2d4af1823c1956d53f80b1f536cf04232 /usr.sbin/rpc.ypxfrd
parent512d4a3d149d86f3f927cb1a2ed9ce37d047dd6a (diff)
downloadFreeBSD-src-8152bc85d1a93ad68ee317b567deb6e6ffab8ec7.zip
FreeBSD-src-8152bc85d1a93ad68ee317b567deb6e6ffab8ec7.tar.gz
Update to work under Lite2 includes
Diffstat (limited to 'usr.sbin/rpc.ypxfrd')
-rw-r--r--usr.sbin/rpc.ypxfrd/ypxfrd_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
index 304d25f..7781ee1 100644
--- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
+++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
@@ -29,12 +29,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: ypxfrd_main.c,v 1.3 1997/02/22 16:13:02 peter Exp $
*/
#include "ypxfrd.h"
#include <stdio.h>
#include <stdlib.h> /* getenv, exit */
+#include <unistd.h>
#include <rpc/pmap_clnt.h> /* for pmap_unset */
#include <string.h> /* strcmp */
#include <signal.h>
@@ -60,7 +61,7 @@
#define _RPCSVC_CLOSEDOWN 120
#ifndef lint
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: ypxfrd_main.c,v 1.3 1997/02/22 16:13:02 peter Exp $";
#endif /* not lint */
int _rpcpmstart; /* Started by a port monitor ? */
static int _rpcfdtype;
OpenPOWER on IntegriCloud