Re: [PATCH] $(HURD)/trans/hello.c compilation

2003-07-16 Thread Alfred M. Szmidt
2003-07-16 Julien PUYDT <[EMAIL PROTECTED]> * hello.c (trivfs_modify_stat, trivfs_S_io_seek): make it compliant with the new declarations in trivfs*.h. Please do not use wildcards in ChangeLog, you cannot do an sane search if you use them. As for the actual ChangeLog entry, what declar

Re: [PATCH] $(HURD)/trans/hello.c compilation

2003-07-16 Thread PUYDT Julien
Le mer 16/07/2003 à 17:51, Alfred M. Szmidt a écrit : > You forgot a ChangeLog entry Here's one: 2003-07-16 Julien PUYDT <[EMAIL PROTECTED]> * hello.c (trivfs_modify_stat, trivfs_S_io_seek): make it compliant with the new declarations in trivfs*.h. Snark on #hurd, #hurdfr _

Re: [PATCH] $(HURD)/trans/hello.c compilation

2003-07-16 Thread Alfred M. Szmidt
You forgot a ChangeLog entry, please see the GNU Coding Standard on how they look like. The patch looks sane by the way. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[PATCH] $(HURD)/trans/hello.c compilation

2003-07-16 Thread PUYDT Julien
Hi, I recently got some time to have a look at the hurd. I found some of the interfaces have changed a little. I made a patch, to be able to compile hello.c again (note: this only makes it compile, it doesn't make it good; for example the seek function doesn't do any check). Perhaps I'll have a l