On Thu, Dec 03, 2015 at 03:09:37PM +0000, Sevan / Venture37 wrote:
> panic: no HDR: pppxwrite

Please try this (untested)

bluhm

Index: net/if_pppx.c
===================================================================
RCS file: /data/mirror/openbsd/cvs/src/sys/net/if_pppx.c,v
retrieving revision 1.46
diff -u -p -r1.46 if_pppx.c
--- net/if_pppx.c       20 Nov 2015 05:31:24 -0000      1.46
+++ net/if_pppx.c       3 Dec 2015 15:44:11 -0000
@@ -383,7 +383,7 @@ pppxwrite(dev_t dev, struct uio *uio, in
                return (EAFNOSUPPORT);
        }
 
-       if (niq_enqueue(ifq, m) != 0)
+       if (niq_enqueue(ifq, top) != 0)
                return (ENOBUFS);
 
        return (error);

Reply via email to