Sorry for not reviewing this properly (been _really_ busy), but I have a question.
On Fri 19.Mar'10 at 14:19:02 +0100, Tamas TEVESZ wrote: > > so far this is just a slight shuffling-around of things existing > Subject: [PATCH] Introduce OS-dependent stuff > > - move GetCommandForPid() into a separate file > - slightly rewrite it to be more readable along the way > --- > src/Makefile.am | 1 + > src/misc.c | 45 ------------------------------------ > src/osdep/linux.c | 66 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ Right now linux.c will be compiled in other OSes too, right? Do you have a bigger plot in mind, where this will be used strictly on linux systems? Well, the cleanup is worth doing regardless, so I am just curious whether you have more coming on in this direction :-) I mean, have you seen more OS-centric stuff out there which will be worth moving to osdep/ too? -- To unsubscribe, send mail to [email protected].
