Skip to content
Snippets Groups Projects
Commit b57f31d1 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

give the vtype enum a name

parent b332b004
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ struct file; ...@@ -49,7 +49,7 @@ struct file;
/* /*
* Vnode types. * Vnode types.
*/ */
enum { enum vtype {
VNON, /* no type */ VNON, /* no type */
VREG, /* regular file */ VREG, /* regular file */
VDIR, /* directory */ VDIR, /* directory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment