diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-01 13:53:31 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-01 18:05:00 +0100 |
commit | a8d51bf0ce26fd26e00338540857f43b8a99e126 (patch) | |
tree | 917f249fbf6873280161959c74a71b8edb0f4cea /lwip/io-ops.c | |
parent | e2b75a67395fbbdd36bb0bceaea2465a2a1fa172 (diff) | |
download | hurd-a8d51bf0ce26fd26e00338540857f43b8a99e126.tar.gz hurd-a8d51bf0ce26fd26e00338540857f43b8a99e126.tar.bz2 hurd-a8d51bf0ce26fd26e00338540857f43b8a99e126.zip |
Fix build warnings
No actual behavior change.
Diffstat (limited to 'lwip/io-ops.c')
-rw-r--r-- | lwip/io-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/io-ops.c b/lwip/io-ops.c index f2ee01af..8e84e46b 100644 --- a/lwip/io-ops.c +++ b/lwip/io-ops.c @@ -492,7 +492,7 @@ lwip_S_io_get_icky_async_id (struct sock_user * user, error_t lwip_S_io_server_version (struct sock_user * user, - char *name, int *major, int *minor, int *edit) + string_t name, int *major, int *minor, int *edit) { return EOPNOTSUPP; } |