From 0c9d3d050ec0db37c873f9bca6080bff976d1500 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 4 Dec 1997 18:49:28 +0000 Subject: [PATCH] Parenthesise the REJECTED macro. --- usr.sbin/ppp/lcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index 9bf9b0036de..249cb78884e 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<his_reject & (1<<(x))) struct lcpstate { u_long his_mru;