Hi, On Mon, Jun 30, 2008 at 03:14:47PM +0200, zhengda wrote: > [EMAIL PROTECTED] wrote:
>>> Do you mean the indentation here? It is caused by '-' and '+' in the >>> beginning of lines. >>> >> >> Ah, I see it now. That shouldn't happen, though. How did you generate >> the patch? >> > for this case, I use > diff -u glibc-2.7-old/hurd/hurdsock.c glibc-2.7/hurd/hurdsock.c That's really strange. diff -u normally doesn't break the indentation. (It inserts '+' or '-' for the changed lines, and ' ' for the context lines -- so stuff still properly aligns...) I really wonder what went wrong here :-( -antrik-