[PATCH] settimeofday ... attempt 2

Christopher Faylor cgf@redhat.com
Mon Feb 26 16:10:00 GMT 2001


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



More information about the Cygwin-patches mailing list