From 8152bc85d1a93ad68ee317b567deb6e6ffab8ec7 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 15:57:44 +0000 Subject: Update to work under Lite2 includes --- usr.sbin/rpc.ypxfrd/ypxfrd_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpc.ypxfrd') 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 #include /* getenv, exit */ +#include #include /* for pmap_unset */ #include /* strcmp */ #include @@ -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; -- cgit v1.1