diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-12-29 11:12:09 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-29 17:40:46 +0100 |
commit | 2c1299afbed9bc78e2d92565c334317622a68f01 (patch) | |
tree | 5c067c062391ca2a10be6daf8a0b3bcc7ea688ea /pfinet/main.c | |
parent | 6b494f5e7599ece2ca981472d690db3df3133bde (diff) | |
download | hurd-2c1299afbed9bc78e2d92565c334317622a68f01.tar.gz hurd-2c1299afbed9bc78e2d92565c334317622a68f01.tar.bz2 hurd-2c1299afbed9bc78e2d92565c334317622a68f01.zip |
pfinet and pci-arbiter: update server handlers to return kern_return_t to fix -Werror=enum-int-mismatch warnings
Message-ID: <20231229161211.312389-1-flaviocruz@gmail.com>
Diffstat (limited to 'pfinet/main.c')
-rw-r--r-- | pfinet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index 7d85c469..cd50950b 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -146,7 +146,7 @@ pfinet_demuxer (mach_msg_header_t *inp, /* The system is going down; destroy all the extant port rights. That will cause net channels and such to close promptly. */ -error_t +kern_return_t S_startup_dosync (mach_port_t handle) { struct port_info *inpi = ports_lookup_port (pfinet_bucket, handle, |