diff options
Diffstat (limited to 'cmd/srv9p/static9p.h')
-rw-r--r-- | cmd/srv9p/static9p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/static9p.h b/cmd/srv9p/static9p.h index 98b85a2..e03a480 100644 --- a/cmd/srv9p/static9p.h +++ b/cmd/srv9p/static9p.h @@ -29,7 +29,7 @@ struct static_dir { _static_common; /* NULL-terminated */ - struct lib9p_srv_file *members[]; + implements_lib9p_srv_file *members[]; }; |