Re: [PATCH] libdiskfs/ifsock.c

2001-06-20 Thread Neal H Walfield
> It is Hurd convention not to presume that MACH_PORT_NULL==0. Ok, how about the other half of the patch? PGP signature

Re: [PATCH] libdiskfs/ifsock.c

2001-06-20 Thread Roland McGrath
It is Hurd convention not to presume that MACH_PORT_NULL==0. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[PATCH] libdiskfs/ifsock.c

2001-06-20 Thread Neal H Walfield
Two small clean ups: libdiskfs/ChangeLog: 2001-06-20 Neal H Walfield <[EMAIL PROTECTED]> * ifsock.c (pflocalserver): Elide superfluous initialization to zero. (diskfs_S_ifsock_getsockaddr): Don't use sprint when we can just use the preprocessor. Index: ifsock