Do I need to do anything special to patch 2.0.36 based on the stuff supplied in the tarfile? When I go to /usr/src/linux-2.0.36 and try # patch -p1 < /home/dave/nat/linux-ip-nat/kernel/nat-patch-2.0.33 it yields: patching file `Documentation/Configure.help' Hunk #1 FAILED at 996. 1 out of 1 hunk FAILED -- saving rejects to Documentation/Configure.help.rej patching file `include/linux/proc_fs.h' patching file `include/net/ip_nat.h' patching file `net/core/dev.c' patching file `net/ipv4/Config.in' patching file `net/ipv4/Makefile' patching file `net/ipv4/ip_input.c' Hunk #2 succeeded at 298 with fuzz 2 (offset 43 lines). Hunk #3 FAILED at 375. Hunk #4 FAILED at 387. Hunk #5 succeeded at 357 (offset -33 lines). 2 out of 5 hunks FAILED -- saving rejects to net/ipv4/ip_input.c.rej patching file `net/ipv4/ip_nat.c' patching file `net/ipv4/ip_nat_stub.c' patching file `net/ipv4/ip_sockglue.c' patching file `net/netsyms.c' Hunk #1 succeeded at 35 with fuzz 2 (offset 6 lines). Hunk #2 succeeded at 105 (offset -8 lines). patching file `net/socket.c' Hunk #1 succeeded at 67 (offset 1 line). Hunk #2 succeeded at 1457 (offset 28 lines). # This doesn't look very good. Any suggestions? |