Dear Venkata,
My patch for Ticket#309. Please check if it is right. (My first patch)
First of all, your patch is quite useless from the formal point of view because it is totally unclear which file do you modify. Please use either the change tracking facility of Bazaar (bzr diff) or (if you really must) use an unified diff format (-u) and run the diff tool on the whole source tree (previous vs. current) recursively (a common set of options is -Naur).
Also judging from the line numbers in your patch I assume that you propose to modify some user space source file. But you should probably dig deeper and modify the behaviour of the kernel-side implementation of the IPC_M_DATA_READ method (e.g. kernel/generic/src/ipc/ops/dataread.c).
M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
