[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 884] Is altq 100% compatible with obsd 2.9?



When I patch the obsd 2.9 source, there's a file missing in the source tree (./dev/pci/if_rl.c). I tried to patch ./dev/pci/if_rl_pci.c instead (thinking it just changed name from 2.8 to 2.9) but that pretty much failed:
 
|diff -urN ../sys/dev/pci/if_rl.c ./dev/pci/if_rl.c
|--- ../sys/dev/pci/if_rl.c     Tue Oct 17 02:08:08 2000
|+++ ./dev/pci/if_rl.c  Sun Dec  3 18:29:26 2000
--------------------------
File to patch: ./dev/pci/if_rl_pci.c
Patching file ./dev/pci/if_rl_pci.c using Plan A...
Hunk #1 failed at 862.
Hunk #2 failed at 929.
Hunk #3 succeeded at 181 with fuzz 2 (offset -780 lines).
Hunk #4 failed at 611.
3 out of 4 hunks failed--saving rejects to ./dev/pci/if_rl_pci.c.rej
Is it just me, and in that case, what do I do instead?
 
/Mikkel Blanné