summaryrefslogtreecommitdiff
path: root/nuttx/examples/pipe/transfer_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/pipe/transfer_test.c')
-rw-r--r--nuttx/examples/pipe/transfer_test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/examples/pipe/transfer_test.c b/nuttx/examples/pipe/transfer_test.c
index 43bd284cc..cb8cad04a 100644
--- a/nuttx/examples/pipe/transfer_test.c
+++ b/nuttx/examples/pipe/transfer_test.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/pipe/transfer_test.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,6 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
@@ -47,7 +46,7 @@
#include "pipe.h"
/****************************************************************************
- * Definitions
+ * Pre-proecessor Definitions
****************************************************************************/
#define MAX_BYTE 13