summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd/conf.c')
-rw-r--r--libexec/rbootd/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c
index 157f52b..e2d9643 100644
--- a/libexec/rbootd/conf.c
+++ b/libexec/rbootd/conf.c
@@ -49,7 +49,7 @@
static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: conf.c,v 1.3 1997/11/24 07:33:40 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -69,7 +69,7 @@ static const char rcsid[] =
** simplify the boot file search code.
*/
-char MyHost[MAXHOSTNAMELEN+1]; /* host name */
+char MyHost[MAXHOSTNAMELEN]; /* host name */
pid_t MyPid; /* process id */
int DebugFlg = 0; /* set true if debugging */
int BootAny = 0; /* set true if we boot anyone */
OpenPOWER on IntegriCloud