This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] settimeofday ... attempt 2


I applied this, but I have to point out that it didn't compile as is
due to this line:

>+  syscall_printf ("%d = settimeofday (%x, %x)", res, p, z);
						       ^  ^

Neither of these was defined.  I changed this line to use the obvious.

>- diff -up
>
>  nope: sent diff -u.  However, I can see no differnces between the
>  two diffs for this patch.

The man page for diff should help show you what -p does.  It provides
the name of the function being changed in the diff output.  Your previous
patch lacked this.

Thanks for the contribution.  It is much appreciated.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]