Re: [kaffe] CVS kaffe (guilhem): ALSA-lib fix

2006-01-23 Thread George P Nychis
/constants_check.h?rev=1.2 Regards, Guilhem. George P Nychis wrote: I can't get this patch to work: [EMAIL PROTECTED] ~/school/Kaffe/kaffe-1.1.6 $ patch -p1 alsapatch patching file ChangeLog Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej patching file libraries

Re: [kaffe] CVS kaffe (guilhem): ALSA-lib fix

2006-01-22 Thread George P Nychis
I can't get this patch to work: [EMAIL PROTECTED] ~/school/Kaffe/kaffe-1.1.6 $ patch -p1 alsapatch patching file ChangeLog Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej patching file libraries/clib/sound/alsa/constants_check.h Hunk #1 FAILED at 136. 1 out

[kaffe] want to insert code into all I/O calls

2006-01-13 Thread George P Nychis
Hi, for a research project of mine I need to insert code into all I/O calls to simply print something out. Therefore everytime a file is opened, I would like something printed, or everytime keyboard input is read I would like a printout. Is there somewhere central in the code where i can