From: Paul Mackerras Date: Sun, 16 Feb 2003 22:26:27 +0000 (+0000) Subject: take out the addr3 field from the options struct, not used any more X-Git-Tag: ppp-2.4.7~335 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=231d37abb45fb54ae3b55ef4785752c8618a1b79;p=ppp.git take out the addr3 field from the options struct, not used any more --- diff --git a/pppd/pppd.h b/pppd/pppd.h index 8dd3fc6..f6ad318 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -39,7 +39,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: pppd.h,v 1.78 2002/12/04 23:03:32 paulus Exp $ + * $Id: pppd.h,v 1.79 2003/02/16 22:26:27 paulus Exp $ */ /* @@ -109,7 +109,6 @@ typedef struct { const char *source; short int priority; short int winner; - void *addr3; } option_t; /* Values for flags */