diff options
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r-- | include/net/9p/9p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 61156207c98c..342dcf13d039 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -183,6 +183,8 @@ enum p9_msg_t { | |||
183 | P9_RMKDIR, | 183 | P9_RMKDIR, |
184 | P9_TRENAMEAT = 74, | 184 | P9_TRENAMEAT = 74, |
185 | P9_RRENAMEAT, | 185 | P9_RRENAMEAT, |
186 | P9_TUNLINKAT = 76, | ||
187 | P9_RUNLINKAT, | ||
186 | P9_TVERSION = 100, | 188 | P9_TVERSION = 100, |
187 | P9_RVERSION, | 189 | P9_RVERSION, |
188 | P9_TAUTH = 102, | 190 | P9_TAUTH = 102, |