From 70ae83a7e1fd930db3b209e9f9035d7a42665083 Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 23 Apr 1998 19:32:40 +0000 Subject: [PATCH] Use instead of : and MAXHOSTNAMELEN are not related to each other, and it should not be assumed that inclusion of the former makes visible the latter. --- usr.sbin/ypserv/common/localhostname.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/ypserv/common/localhostname.c b/usr.sbin/ypserv/common/localhostname.c index 32c844c5aea4..67b1803fc6d4 100644 --- a/usr.sbin/ypserv/common/localhostname.c +++ b/usr.sbin/ypserv/common/localhostname.c @@ -1,4 +1,4 @@ -/* $NetBSD: localhostname.c,v 1.4 1997/10/13 03:42:27 lukem Exp $ */ +/* $NetBSD: localhostname.c,v 1.5 1998/04/23 19:32:40 kleink Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -38,10 +38,10 @@ #include #ifndef lint -__RCSID("$NetBSD: localhostname.c,v 1.4 1997/10/13 03:42:27 lukem Exp $"); +__RCSID("$NetBSD: localhostname.c,v 1.5 1998/04/23 19:32:40 kleink Exp $"); #endif -#include +#include #include #include #include