summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-12 11:12:57 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-31 10:06:16 -0500
commit5f0cd3499cc4230bfabe798c9e4c25d224f03d07 (patch)
treeaf3bfb44e492e5fdc59505894eeb50c17eb82dd2 /testsuites/samples/loopback/init.c
parentsptests - Eliminate missing prototype warnings (diff)
downloadrtems-5f0cd3499cc4230bfabe798c9e4c25d224f03d07.tar.bz2
samples - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/samples/loopback/init.c')
-rw-r--r--testsuites/samples/loopback/init.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 0feccf573a..398dbe7f5c 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -1,3 +1,9 @@
+/*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif