Konstantin Belousov 68a9d67c29 The opt_*.h headers must be included before any system header, except
sys/cdefs.h.  In particular, in case of COMPAT_43, param.h includes
sys/types.h, which includes sys/select.h, which includes
sys/_sigset.h.  The _sigset.h customizes the provided definions based
on COMPAT_43, eliminating osigset_t if symbol is not defined.  The
sys/proc.h is included after opt_compat.h and needs osigset_t.

Move opt_compat.h inclusion into the right place.

Sponsored by:	The FreeBSD Foundation
2013-12-10 22:33:02 +00:00
..
2013-11-08 13:23:26 +00:00
2013-08-26 17:38:36 +00:00
2013-09-04 18:42:05 +00:00
2013-10-29 06:37:27 +00:00
2013-10-29 11:17:49 +00:00
2013-10-29 11:17:49 +00:00
2013-12-05 22:38:53 +00:00
2013-08-28 14:49:36 +00:00
2013-10-28 23:34:05 +00:00
2013-12-10 17:16:13 +00:00
2013-10-29 11:17:49 +00:00
2013-12-07 22:25:07 +00:00
2013-10-28 23:34:05 +00:00
2013-07-07 19:47:22 +00:00
2013-11-06 19:18:39 +00:00
2013-05-10 16:41:26 +00:00
2013-09-05 23:14:27 +00:00
2013-10-29 11:17:49 +00:00
2013-06-17 20:11:04 +00:00
2013-11-01 21:21:14 +00:00
2013-10-29 11:17:49 +00:00
2013-08-03 21:24:52 +00:00
2013-08-19 05:48:42 +00:00
2013-11-27 08:39:48 +00:00
2013-05-10 16:41:26 +00:00
2013-12-08 06:52:22 +00:00
2013-10-29 11:17:49 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00