summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/vfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/include/sys/vfs.h b/sys/include/sys/vfs.h
index c1bef53..e219cf7 100644
--- a/sys/include/sys/vfs.h
+++ b/sys/include/sys/vfs.h
@@ -34,6 +34,9 @@
#include <sys/vnode.h>
#include <sys/types.h>
+/* Max path length */
+#define PATH_MAX 1024
+
#if defined(_KERNEL)
extern struct vnode *g_root_vnode;