summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sys/vfs.h')
-rw-r--r--nuttx/include/sys/vfs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/include/sys/vfs.h b/nuttx/include/sys/vfs.h
index 6625a9fa4..8433893c3 100644
--- a/nuttx/include/sys/vfs.h
+++ b/nuttx/include/sys/vfs.h
@@ -2,7 +2,7 @@
* include/sys/vfs.h
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,15 +33,15 @@
*
****************************************************************************/
-#ifndef __SYS_VFS_H
-#define __SYS_VFS_H
+#ifndef __INCLUDE_SYS_VFS_H
+#define __INCLUDE_SYS_VFS_H
/****************************************************************************
* Included Files
****************************************************************************/
-/* sys/vfs.h is just an alternative location for the
- * information in sys/statfs.h.
+/* sys/vfs.h is just an alternative location for the information in
+ * sys/statfs.h.
*/
#include <sys/statfs.h>
@@ -58,4 +58,4 @@
* Public Function Prototypes
****************************************************************************/
-#endif /* __SYS_VFS_H */
+#endif /* __INCLUDE_SYS_VFS_H */