FreeBSD Bugzilla – Attachment 14852 Details for
Bug 27767
PPPoE makes 32-bit assumptions and breaks on an Alpha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 369 bytes, created by
Sudish Joseph
on 2001-05-30 10:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sudish Joseph
Created:
2001-05-30 10:50:01 UTC
Size:
369 bytes
patch
obsolete
>--- /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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27767
: 14852