On Tue, 27 Apr 1999, Bob Fayne wrote:

> At 05:40 PM 4/27/99, you wrote:
> >I am looking for a firewall/VPN solution that will allow our company
> >personnel to connect to the corporate network using there Win95 laptops and
> >a Dynamic IP address from there ISP, when they are out traveling or working
> >from home.
> 
> Try the SKIP port.
> 
> http://skip.incog.com.  The 40-bit Win95 client is free, and 56/128 clients
> are available from Sun.
> 
It won't compile under current.
freebsd/skip_es.c breaks at

        if (suser(p->p_ucred, &p->p_acflag )) {

This won't compile, because suser only has one parameter.

Trying blindly to change it to: 

        if (suser(p->p_ucred)) {

Makes it compile (it has lots of warnings though), but gives a panic when
trying to load skip.ko

Leif Neland



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to