[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Anyone interested in HDLC support for pppd ?



Hello;

I started playing a bit with net/pppd23 and I noticed there are some patches for FreeBSD-3.0 that were never committed (NetBSD certainly has them). Our pppd(8) is derived from the "samba" pppd port and should have them if we want to continue updating it.

I started adapting them but I am actually in a dead point due to my profound ignorance on FreeBSD and it's latest changes. I am stuck here:

_____

...
 ../../../net/ppp_tty.c: In function `pppsyncstart':
../../../net/ppp_tty.c:653: error: `cdevsw' undeclared (first use in this function)
../../../net/ppp_tty.c:653: error: (Each undeclared identifier is reported only once
../../../net/ppp_tty.c:653: error: for each function it appears in.)
../../../net/ppp_tty.c:653: warning: implicit declaration of function `major'
../../../net/ppp_tty.c:653: warning: nested extern declaration of `major'
*** Error code 1
______

the offending code is this:

______
        /* call device driver IOCTL to transmit a frame */
        if ((*cdevsw[major(tp->t_dev)]->d_ioctl)
            (tp->t_dev,TIOCXMTFRAME,(caddr_t)&m,0,0)) {
            /* busy or error, set as current packet */
            sc->sc_outm = m;
_____

If someone can give me (easy to follow) suggestions on how to fix it I'll be grateful. The changes I already did to the original patches are not huge but if someone wants to review them all just send me a private mail and I'll send them.

cheers,

    Pedro.


      ___________________________________ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/
_______________________________________________
freebsd-net_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe_(_at_)_freebsd_(_dot_)_org"


Visit your host, monkey.org