diff options
| -rw-r--r-- | usr.sbin/ppp/ipcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index eedef010bb9e..00680a455b3d 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.42 1997/12/13 02:37:24 brian Exp $ + * $Id: ipcp.c,v 1.43 1997/12/19 04:49:53 brian Exp $ * * TODO: * o More RFC1772 backwoard compatibility @@ -121,7 +121,7 @@ static const char *cftypes128[] = { "SECNBNS", /* 132: Secondary NBNS Server Address */ }; -#define NCFTYPES128 (sizeof(cftypes)/sizeof(char *)) +#define NCFTYPES128 (sizeof(cftypes128)/sizeof(char *)) struct pppThroughput throughput; |
