Re: [PATCH] libdiskfs: small cleanups

2001-04-12 Thread Roland McGrath
Thanks, I've applied this patch. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: [PATCH] tmpfs: a few small cleanups

2001-04-12 Thread Roland McGrath
Thanks, I've applied this patch. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: libparted and libstore

2001-04-12 Thread Roland McGrath
> > Well, the reason I was in favor of using Parted was to have a single clean > > code base for the partition reading, and preferably to use Zthe canonical > > sanctioned GNU thing if technical concerns permit. > > What is the canonical sanctioned GNU thing? I was referring to Parted. Since it

Re: [PATCH] New function (libfshelp) fshelp_cancontrol

2001-04-12 Thread Neal H Walfield
> I'd like to have this same single checking function used for all the > control-the-world permission checks. This includes all the "isroot" > settings used in trivfs and term and so forth, and also the more detailed > checks in things like chown. In keeping with fshelp_isowner, it might be > na

[PATCH] libdiskfs: small cleanups

2001-04-12 Thread Neal H Walfield
A few small cleanups. 2001-04-08 Neal H Walfield <[EMAIL PROTECTED]> * io-write.c (diskfs_S_io_write): Make local variable off an off_t and not an int. * io-read.c (diskfs_S_io_read): Likewise. * io-stat.c (diskfs_S_io_stat): Use memcpy, not bcopy. --- hurd-20

Re: libparted and libstore

2001-04-12 Thread Neal H Walfield
> > Thus, it might be reasonable to ask the Parted developers to create > > a mini library, e.g. libpartread, which contains the desired > > functionality. > > Well, the reason I was in favor of using Parted was to have a single clean > code base for the partition reading, and preferably to use Z

[PATCH] tmpfs: a few small cleanups

2001-04-12 Thread Neal H Walfield
Encore: 2001-04-10 Neal H Walfield <[EMAIL PROTECTED]> * tmpfs.c: Doc dixes. Rename diskfs_shortcurt_chrdev to diskfs_shortcut_chrdev. Rename diskfs_shortcurt_blkdev to diskfs_shortcut_blkdev. Rename diskfs_shortcurt_fifo to diskfs_shortcut_fifo. Rename

Re: [PATCH] libdiskfs: merge of init-first.c and init-main.c

2001-04-12 Thread Neal H Walfield
> > diskfs_init_main calls diskfs_init_diskfs itself. Therefore, having > > diskfs_init_diskfs as a public interface is useless especially with its > > current comment. Additionally, diskfs_init_main is the only caller of > > diskfs_init_diskfs. > > You are mistaken. If you would like to make

Re: learning MIG

2001-04-12 Thread Gibran Hasnaoui
Ok, So the good way would be to make a translator, after I use my .defs and implement foo() in the translator. Then I can use a client which speek with the translator. That's it ? :) Gibran ___ Bug-hurd mailing list [EMAIL PROTECTED] http://