summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-04 18:49:28 +0000
committerbrian <brian@FreeBSD.org>1997-12-04 18:49:28 +0000
commit01239bc7a5daf037673e6e9d14862850257b9516 (patch)
tree01b07443781432b4e981a35a4c05e3a832e48f5d /usr.sbin
parent2aac3a978e938f613acfea067a01b3b613ca2c5b (diff)
downloadFreeBSD-src-01239bc7a5daf037673e6e9d14862850257b9516.zip
FreeBSD-src-01239bc7a5daf037673e6e9d14862850257b9516.tar.gz
Parenthesise the REJECTED macro.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/lcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h
index 9bf9b00..249cb78 100644
--- a/usr.sbin/ppp/lcp.h
+++ b/usr.sbin/ppp/lcp.h
@@ -15,12 +15,12 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcp.h,v 1.13 1997/11/22 03:37:36 brian Exp $
+ * $Id: lcp.h,v 1.14 1997/12/03 10:23:49 brian Exp $
*
* TODO:
*/
-#define REJECTED(p, x) (p->his_reject & (1<<x))
+#define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
struct lcpstate {
u_long his_mru;
OpenPOWER on IntegriCloud