mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio/vfscanf.c (%n): Use READ_IN - 1, so as not to count the read-ahead character. * hurd/dtable.c, hurd/getdport.c, hurd/hurd.h, hurd/hurdexec.c, hurd/hurdinit.c, hurd/hurdprio.c, hurd/hurdsock.c, hurd/ports-get.c, hurd/ports-set.c, hurd/setauth.c, hurd/setuids.c, sysdeps/mach/hurd/i386/trampoline.c: Get anal with unsigned to pacify compiler.
This commit is contained in:
@@ -34,7 +34,7 @@ error_t
|
||||
_hurd_setauth (auth_t new)
|
||||
{
|
||||
error_t err;
|
||||
int d;
|
||||
unsigned int d;
|
||||
mach_port_t newport, ref;
|
||||
|
||||
/* Give the new send right a user reference.
|
||||
|
Reference in New Issue
Block a user