diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-19 18:55:49 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-19 18:55:49 +0000 |
| commit | cf7c10d0b41532c38f8d2689d6da76ef99dea86e (patch) | |
| tree | 877601488ffc542c8f2eb687cafa3636fbcefe7e /usr.sbin/ppp/bundle.h | |
| parent | 8bfaa57b6864fd294578e5ff9af7dd5dd1d6519b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
| -rw-r--r-- | usr.sbin/ppp/bundle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index 571250744f97..d27d3b01bbb0 100644 --- a/usr.sbin/ppp/bundle.h +++ b/usr.sbin/ppp/bundle.h @@ -146,6 +146,9 @@ struct bundle { #ifndef NORADIUS struct radius radius; /* Info retrieved from radius server */ struct radacct radacct; +#ifndef NOINET6 + struct radacct radacct6; +#endif #endif }; |
