OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jasoncvs.openbsd.org)
Date: Thu Feb 07 2002 - 17:50:20 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2002/02/07 16:50:20

    Modified files:
            sys/net : if_bridge.c

    Log message:
    bridge_output() needs a forcibly aligned copy just like bridge_broadcast()
    because of calls it makes to altq; thanks to art for testing and kjc for
    pointing that I forgot this case.