dim 36078867df MFC r293015:
Merge r293013 from clang380-import branch:

Fix a clang 3.8.0 warning in pflogd.c:

contrib/pf/pflogd/pflogd.c:769:8: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses]
		       if (!if_exists(interface) == -1) {
					   ^                     ~~

The if_exists() function does not return -1, and even if it did, it
would not be the correct way to check.  Just ditch the == -1 instead.

Obtained from:	OpenBSD's pflogd.c 1.49
2016-01-03 17:23:16 +00:00
..
2015-02-03 14:36:48 +00:00
2015-05-31 22:44:14 +00:00
2015-12-10 23:44:34 +00:00
2015-12-31 19:32:46 +00:00
2015-01-12 20:14:31 +00:00
2014-05-17 21:35:26 +00:00
2013-09-24 14:52:43 +00:00
2014-01-09 23:51:47 +00:00
2014-05-15 14:37:52 +00:00
2015-04-16 00:44:05 +00:00
2015-10-29 17:51:48 +00:00
2013-05-21 19:23:49 +00:00
2015-08-13 01:02:57 +00:00
2015-09-22 22:07:42 +00:00
2015-01-28 02:25:48 +00:00
2013-12-28 00:03:15 +00:00
2015-03-24 14:36:10 +00:00
2014-12-04 23:27:29 +00:00
2015-07-30 17:04:15 +00:00
2014-10-08 15:44:11 +00:00
2015-04-06 14:50:54 +00:00
2015-10-08 18:02:43 +00:00
2015-01-26 03:26:37 +00:00
2014-12-31 23:25:37 +00:00
2014-11-04 22:47:51 +00:00
2015-12-29 01:07:00 +00:00
2015-10-26 11:35:40 +00:00
2015-03-25 10:50:13 +00:00
2014-10-10 23:18:44 +00:00
2014-09-18 22:17:46 +00:00
2015-05-11 01:33:34 +00:00
2016-01-03 17:23:16 +00:00
2015-12-24 20:15:14 +00:00
2015-01-17 01:20:28 +00:00
2014-12-05 12:23:29 +00:00
2015-06-17 02:30:12 +00:00
2015-06-03 17:45:45 +00:00
2014-12-05 12:25:36 +00:00
2015-11-12 03:26:05 +00:00
2014-04-12 23:48:02 +00:00
2015-12-22 08:03:23 +00:00