mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix FSM_RESP_TCGETWINCURPOS being equal to FSM_REQ_STATVFS.
This commit is contained in:
parent
d235251139
commit
447f0596ad
1 changed files with 7 additions and 6 deletions
|
@ -355,12 +355,6 @@ struct fsm_req_tcgetwincurpos
|
|||
ino_t ino;
|
||||
};
|
||||
|
||||
#define FSM_RESP_TCGETWINCURPOS 44
|
||||
struct fsm_resp_tcgetwincurpos
|
||||
{
|
||||
struct wincurpos pos;
|
||||
};
|
||||
|
||||
#define FSM_REQ_STATVFS 44
|
||||
struct fsm_req_statvfs
|
||||
{
|
||||
|
@ -430,6 +424,13 @@ struct fsm_resp_tcsetblob
|
|||
size_t count;
|
||||
};
|
||||
|
||||
#define FSM_RESP_TCGETWINCURPOS 53
|
||||
struct fsm_resp_tcgetwincurpos
|
||||
{
|
||||
struct wincurpos pos;
|
||||
};
|
||||
|
||||
|
||||
#define FSM_MSG_NUM 53
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Reference in a new issue