* sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Mar 2013 05:04:46 +0000 (22:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Mar 2013 05:04:46 +0000 (22:04 -0700)
commit7fd8c501a0de9e2f52a3ba6989646e3aa391649f
treef1e0438ed3392a7fe7be99ca088255bfd58952dc
parente7f7cb1aa3beb791d3175e30f1b5e40985cba413
* sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.

Include <sys/param.h> unconditionally, as that works elsewhere and
is simpler here.  Include <sys/sysctl.h> if DARWIN_OS ||
__FreeBSD__, not if BSD_SYSTEM, since it's needed only for Darwin
and FreeBSD now.
src/ChangeLog
src/sysdep.c