diff options
| author | itojun <itojun@NetBSD.org> | 2004-02-28 19:27:49 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2004-02-28 19:27:49 +0000 |
| commit | 26e2172ca7e7c30948a95c2cd2cf35ca291387d4 (patch) | |
| tree | 4cc29923fd5d0b94385a81c7a8d7d88709ad190d | |
| parent | 7d06c8be4a85d69e130bcb9ea7612e6ce00f6205 (diff) | |
MAX_IFS is no longer needed. Maxim Konovalov
| -rw-r--r-- | usr.sbin/pppd/pppd/sys-bsd.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pppd/pppd/sys-bsd.c b/usr.sbin/pppd/pppd/sys-bsd.c index 4000248ebfc..5a33cf3ccff 100644 --- a/usr.sbin/pppd/pppd/sys-bsd.c +++ b/usr.sbin/pppd/pppd/sys-bsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: sys-bsd.c,v 1.48 2003/10/21 02:49:07 fvdl Exp $ */ +/* $NetBSD: sys-bsd.c,v 1.49 2004/02/28 19:27:49 itojun Exp $ */ /* * sys-bsd.c - System-dependent procedures for setting up @@ -79,7 +79,7 @@ #if 0 #define RCSID "Id: sys-bsd.c,v 1.47 2000/04/13 12:04:23 paulus Exp " #else -__RCSID("$NetBSD: sys-bsd.c,v 1.48 2003/10/21 02:49:07 fvdl Exp $"); +__RCSID("$NetBSD: sys-bsd.c,v 1.49 2004/02/28 19:27:49 itojun Exp $"); #endif #endif @@ -1731,8 +1731,6 @@ cifproxyarp(unit, hisaddr) * get_ether_addr - get the hardware address of an interface on the * the same subnet as ipaddr. */ -#define MAX_IFS 32 - static int get_ether_addr(ipaddr, hwaddr) u_int32_t ipaddr; |
