summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-26 22:21:39 +0000
committerkris <kris@FreeBSD.org>2000-11-26 22:21:39 +0000
commit638b5b2282e13419d0a055910d5029e587cab596 (patch)
tree89ff74481abfc5c38903d26349bd1c03e657ff60 /usr.sbin/cron/cron
parent087adbb8472fdb415153e17e9562ca27cf7e95d6 (diff)
downloadFreeBSD-src-638b5b2282e13419d0a055910d5029e587cab596.zip
FreeBSD-src-638b5b2282e13419d0a055910d5029e587cab596.tar.gz
Correct definition of MAXHOSTNAMELEN in ifdef'ed out code
Diffstat (limited to 'usr.sbin/cron/cron')
-rw-r--r--usr.sbin/cron/cron/cron.h2
1 files changed, 1 insertions, 1 deletions
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) \
OpenPOWER on IntegriCloud