gnumach/kern/ipc_mig.c (syscall_device_writev_request): comment unused variable

2013-06-04 Thread Marin Ramesa
The same situation as my previous patch, just a different function. I should have corrected this two compiler warnings with one patch, but I did not notice the second function. --- ./gnumach/kern/ipc_mig.c 2013-06-04 22:13:41.916218572 +0200 +++ ./gnumach1/kern/ipc_mig.c 2013-06-05 07:39:05.66271

Re: gnumach/kern/ipc_mig.c (syscall_device_write_request): rewrite translation of reply port

2013-06-04 Thread Samuel Thibault
Hello, Marin Ramesa, le Mon 03 Jun 2013 20:44:05 +0200, a écrit : > There was > a variable reply_port that was set in the if statement, but not used as > an argument of ds_device_write_trap. Applied, thanks. See however the changes I have made: I have fixed the commented code into working corre

Re: fixes for format warnings

2013-06-04 Thread Samuel Thibault
Miguel Figueiredo, le Mon 03 Jun 2013 20:18:14 +0100, a écrit : > 2013-06-03 Miguel Figueiredo > > * Fix format warnings Applied, thanks. Samuel