> I attempted to apply the patch, but I think the date on my in_pcb.c is 
> incorrect.  What do I do to correct?:
> # ls -al /usr/src/sys/netinet/in_pcb.c
> -rw-r--r--  1 root  wheel  32712 Mar 28 06:29 /usr/src/sys/netinet/in_pcb.c
> GandalfBSD# patch < ip_maxfragspersecond.patch
> Hmm...  Looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |diff -u -r /usr/src/sys.old/netinet/in_pcb.c /usr/src/sys/netinet/in_pcb.c
> |--- /usr/src/sys.old/netinet/in_pcb.c  Sun Apr 17 18:05:05 2005
> |+++ /usr/src/sys/netinet/in_pcb.c      Thu May 12 21:47:39 2005
> --------------------------
> File to patch: ^C#
> #

Test

cd /usr/src && patch -C -p0 < /path/to/ip_maxfragspersecond.patch

and apply

cd /usr/src && patch -C  < /path/to/ip_maxfragspersecond.patch

-- 
Maxim Konovalov
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to