Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX
authormillert <millert@openbsd.org>
Wed, 14 Jan 2015 17:30:53 +0000 (17:30 +0000)
committermillert <millert@openbsd.org>
Wed, 14 Jan 2015 17:30:53 +0000 (17:30 +0000)
commit75e8a723db6084275296e9579b068154b22fd7df
tree4d3d2854d426418cc93c69b149a290519ac23e29
parent27802abd9ba240d10bceaa25074a7c3ea9ad2422
Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX
and use limits.h instead of sys/param.h.
usr.sbin/cron/atrun.c
usr.sbin/cron/database.c
usr.sbin/cron/do_command.c
usr.sbin/cron/externs.h
usr.sbin/cron/macros.h