]> git.ozlabs.org Git - ppp.git/commitdiff
take out the addr3 field from the options struct, not used any more
authorPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:26:27 +0000 (22:26 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:26:27 +0000 (22:26 +0000)
pppd/pppd.h

index 8dd3fc6617a72e6dc5798a091410d5fdbde99ce7..f6ad3181e9544da6a7ccbc722861224619608891 100644 (file)
@@ -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 */