Replace <sys/param.h> with <limits.h>
authordoug <doug@openbsd.org>
Fri, 16 Jan 2015 08:24:04 +0000 (08:24 +0000)
committerdoug <doug@openbsd.org>
Fri, 16 Jan 2015 08:24:04 +0000 (08:24 +0000)
commit24b22a50550128af6e6470ee4624ea7b1d51388b
treec752ab6e933811374ad13580490f22955a27e333
parentb8650b2bd0639221a4656d5de5bc398996991f16
Replace <sys/param.h> with <limits.h>

This patch is from Theo.  I helped verify that removing <sys/param.h>
doesn't change anything.

This produces the same binaries before and after with clang 3.5 and gcc
4.9.4 on amd64.  There is a slight difference in the way it is generated by
our old gcc 4.2.1 despite the fact that the preprocessed input is almost
identical.

ok deraadt@
usr.bin/file/apprentice.c
usr.bin/file/file.c
usr.bin/file/magic.c