diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-05-09 00:31:00 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-10 02:09:28 +0200 |
commit | df76cbe68701366f8db2f2f362a8d757886115d1 (patch) | |
tree | 1e0ea0c955fbdbd3e07876476e398131b9902ed8 /libfshelp-tests/race.c | |
parent | ce5e3a32a54e73e60d45659519ac75e812599fc5 (diff) | |
download | hurd-df76cbe68701366f8db2f2f362a8d757886115d1.tar.gz hurd-df76cbe68701366f8db2f2f362a8d757886115d1.tar.bz2 hurd-df76cbe68701366f8db2f2f362a8d757886115d1.zip |
libfshelp-tests: Port to x86_64
Message-Id: <20230508213136.608575-6-bugaevc@gmail.com>
Diffstat (limited to 'libfshelp-tests/race.c')
-rw-r--r-- | libfshelp-tests/race.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp-tests/race.c b/libfshelp-tests/race.c index f44ef624..376ada23 100644 --- a/libfshelp-tests/race.c +++ b/libfshelp-tests/race.c @@ -33,7 +33,7 @@ int main (int argc, char **argv) mach_port_t rendezvous = MACH_PORT_NULL; int fd; int i; - uint v; + mach_msg_type_number_t v; int blocked = 0; char buf[10] = ""; char *bufp; |