diff --git a/hunt/hunt/playit.c b/hunt/hunt/playit.c index 9acf86e..881a4e7 100644 --- a/hunt/hunt/playit.c +++ b/hunt/hunt/playit.c @@ -114,7 +114,7 @@ playit() bad_con(); /* NOTREACHED */ } - if (ntohl(version) != (unsigned long)HUNT_VERSION) { + if (ntohl(version) != (uint32_t)HUNT_VERSION) { bad_ver(); /* NOTREACHED */ } @@ -649,7 +649,7 @@ do_message() bad_con(); /* NOTREACHED */ } - if (ntohl(version) != (unsigned long)HUNT_VERSION) { + if (ntohl(version) != (uint32_t)HUNT_VERSION) { bad_ver(); /* NOTREACHED */ } td class='form'>
Wojtek's customized Guix/td> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch
AgeCommit message (Expand)Author
2021-01-20gnu: r-httpuv: Update to 1.5.5....* gnu/packages/cran.scm (r-httpuv): Update to 1.5.5. [source]: Update patch name and remove unused modules. * gnu/packages/patches/r-httpuv-1.5.4-unvendor-libuv.patch: Rename this file... * gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch: ...to this. * gnu/local.mk (dist_patch_DATA): Rename it. Ricardo Wurmus