Skip to content

Commit

Permalink
Adapt to msgRecv, msgRespond API change
Browse files Browse the repository at this point in the history
JIRA: RTOS-606
  • Loading branch information
agkaminski committed Sep 19, 2023
1 parent 6effca0 commit 8807ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummyfs/srv.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ int main(int argc, char **argv)
oid_t root = { 0 };
unsigned port;
msg_t msg;
unsigned long rid;
msg_rid_t rid;

Check failure on line 150 in dummyfs/srv.c

View workflow job for this annotation

GitHub Actions / call-ci / build (armv7a7-imx6ull-evk)

unknown type name 'msg_rid_t'

Check failure on line 150 in dummyfs/srv.c

View workflow job for this annotation

GitHub Actions / call-ci / build (armv7a9-zynq7000-qemu)

unknown type name 'msg_rid_t'

Check failure on line 150 in dummyfs/srv.c

View workflow job for this annotation

GitHub Actions / call-ci / build (armv7m7-imxrt105x-evk)

unknown type name 'msg_rid_t'

Check failure on line 150 in dummyfs/srv.c

View workflow job for this annotation

GitHub Actions / call-ci / build (armv7m7-imxrt106x-evk)

unknown type name 'msg_rid_t'
const char *mountpt = NULL;
const char *remount_path = NULL;
int non_fs_namespace = 0;
Expand Down

0 comments on commit 8807ea3

Please sign in to comment.