From 638b5b2282e13419d0a055910d5029e587cab596 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Nov 2000 22:21:39 +0000 Subject: Correct definition of MAXHOSTNAMELEN in ifdef'ed out code --- usr.sbin/cron/cron/cron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/cron/cron') diff --git a/usr.sbin/cron/cron/cron.h b/usr.sbin/cron/cron/cron.h index 1effde4..9d7b8d3 100644 --- a/usr.sbin/cron/cron/cron.h +++ b/usr.sbin/cron/cron/cron.h @@ -93,7 +93,7 @@ #define PPC_NULL ((char **)NULL) #ifndef MAXHOSTNAMELEN -#define MAXHOSTNAMELEN 64 +#define MAXHOSTNAMELEN 256 #endif #define Skip_Blanks(c, f) \ -- cgit v1.1