Julian Elischer writes:
> can you send us a patch that works for you?
> we can make it #ifdef __Alpha__  or something.

>From PR kern/27767:

--- /sys/netgraph/ng_pppoe.c    Sat Nov  4 08:23:16 2000
+++ /sys/netgraph/ng_pppoe.c    Wed Apr  4 22:59:52 2001
@@ -441,7 +441,7 @@
                if ((hook->private == &privp->debug_hook)
                ||  (hook->private == &privp->ethernet_hook)) 
                        continue;
-               if (uniq.pointer == hook->private)
+               if (uniq.pointer == (void *)(((long) hook->private) << 32))
                        break;
        }
        return (hook);

-- 
Sudish Joseph

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to