diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2000-11-30 19:10:04 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2000-11-30 19:10:04 +0000 |
commit | 603872c61f08c8d86bea2732d2cbf2ac56f25cb3 (patch) | |
tree | da10140007510740ba8c41f606e410881711653f /pfinet/tunnel.c | |
parent | 094bbd5f9f9215782cf58e6319aedd8aefb2944d (diff) |
ext2fs, ufs:
2000-11-30 Marcus Brinkmann <marcus@gnu.org>
* dir.c (diskfs_lookup_hard): If name is too long, clear
DS before returning ENAMETOOLONG.
pfinet:
2000-11-02 Marcus Brinkmann <marcus@gnu.org>
* tunnel.c (trivfs_S_io_get_owner): Add return type to silence
compiler warning.
Diffstat (limited to 'pfinet/tunnel.c')
-rw-r--r-- | pfinet/tunnel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/tunnel.c b/pfinet/tunnel.c index 6c206fec..93bcbb02 100644 --- a/pfinet/tunnel.c +++ b/pfinet/tunnel.c @@ -573,6 +573,7 @@ trivfs_S_io_clear_some_openmodes (struct trivfs_protid *cred, return 0; } +error_t trivfs_S_io_get_owner (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, |