Dimitry Andric 89d224ab48 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
MFC after:	3 days
2015-12-31 22:52:11 +00:00
..
2015-01-29 15:35:55 +00:00
2015-08-09 05:14:25 +00:00
2015-05-21 05:06:08 +00:00
2015-12-25 16:19:21 +00:00
2014-12-26 07:36:42 +00:00
2015-10-11 17:45:20 +00:00
2015-09-23 05:39:20 +00:00
2015-12-22 21:26:50 +00:00
2015-08-20 21:49:59 +00:00
2015-07-28 18:41:28 +00:00
2014-09-08 19:26:21 +00:00
2015-01-06 22:29:12 +00:00
2015-09-27 07:04:16 +00:00
2015-10-22 19:42:57 +00:00
2015-05-04 21:07:20 +00:00
2015-12-31 22:45:00 +00:00
2015-07-08 23:57:58 +00:00
2014-11-11 04:06:05 +00:00
2015-10-08 11:42:15 +00:00
2015-11-12 03:25:04 +00:00
2015-12-14 13:01:51 +00:00
2015-01-03 23:16:13 +00:00
2015-11-21 09:09:25 +00:00