summaryrefslogtreecommitdiff
path: root/nuttx/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/unistd.h')
-rw-r--r--nuttx/include/unistd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/unistd.h b/nuttx/include/unistd.h
index 9713c84d3..e2ad6ff82 100644
--- a/nuttx/include/unistd.h
+++ b/nuttx/include/unistd.h
@@ -2,7 +2,7 @@
* include/unistd.h
*
* Copyright (C) 2007-2009 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 __UNISTD_H
-#define __UNISTD_H
+#ifndef __INCLUDE_UNISTD_H
+#define __INCLUDE_UNISTD_H
/****************************************************************************
* Included Files
@@ -176,4 +176,4 @@ EXTERN int *getoptoptp(void); /* unrecognized option character */
}
#endif
-#endif /* __UNISTD_H */
+#endif /* __INCLUDE_UNISTD_H */