summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/statfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sys/statfs.h')
-rw-r--r--nuttx/include/sys/statfs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/sys/statfs.h b/nuttx/include/sys/statfs.h
index d37b056c3..70e963dd9 100644
--- a/nuttx/include/sys/statfs.h
+++ b/nuttx/include/sys/statfs.h
@@ -2,7 +2,7 @@
* include/sys/statfs.h
*
* Copyright (C) 2007-2009, 2011 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,8 +33,8 @@
*
****************************************************************************/
-#ifndef __SYS_STATFS_H
-#define __SYS_STATFS_H
+#ifndef __INCLUDE_SYS_STATFS_H
+#define __INCLUDE_SYS_STATFS_H
/****************************************************************************
* Included Files
@@ -142,4 +142,4 @@ EXTERN int fstatfs(int fd, struct statfs *buf);
}
#endif
-#endif /* __SYS_STATFS_H */
+#endif /* __INCLUDE_SYS_STATFS_H */