lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] TCP checksumming


From: Bill Auerbach
Subject: RE: [lwip-users] TCP checksumming
Date: Mon, 10 Mar 2008 15:44:07 -0400

> Just for the future, generating patches is done with the diff utility. To
> just compare two files with GNU diff, you can usually get away with "diff
> -u <oldfile> <newfile>". To diff large trees of files also use -r. Using -
> p
> adds a helpful comment in the diff about the function name. Personally I
> use the following macro in my bash shell:
> 
> alias jdiff="diff -x CVS -x \*~ -x .#\* -urpN "
> 
> Or you can make a short bash script to do the same thing:
> #!/bin/bash
> diff -x CVS -x \*~ -x .#\* -urpN "$@"
> 
> Hope this helps,

Thank you - it does.  I'm locked in a Windows world but will do what I can
to appear not to be. :)

Bill





reply via email to

[Prev in Thread] Current Thread [Next in Thread]