summaryrefslogtreecommitdiff
path: root/lib/libFS/src/FSlibint.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 09:23:35 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 09:23:35 +0000
commit12e4d6a4e45c44cb69d29f396fba116716414b97 (patch)
tree0dfe6e94454519c75bd26fd22ef1f0c90b0dd0aa /lib/libFS/src/FSlibint.h
parentff9a73c00932625463abde90db73ca02e79648a7 (diff)
update to libFS 1.0.7
Diffstat (limited to 'lib/libFS/src/FSlibint.h')
-rw-r--r--lib/libFS/src/FSlibint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libFS/src/FSlibint.h b/lib/libFS/src/FSlibint.h
index 5e539be80..d68102a63 100644
--- a/lib/libFS/src/FSlibint.h
+++ b/lib/libFS/src/FSlibint.h
@@ -152,7 +152,7 @@ extern FSServer *_FSHeadOfServerList;
req = (fsResourceReq *) (svr->last_req = svr->bufptr);\
req->reqType = FS_##name;\
req->length = 2;\
- req->id = (rid);\
+ req->id = (CARD32) (rid);\
svr->bufptr += SIZEOF(fsResourceReq);\
svr->request++