summaryrefslogtreecommitdiff
path: root/testsuites/samples/pppd
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/pppd
parent3c8eda77b91589f2829765666c5daad3a582537b (diff)
samples - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/samples/pppd')
-rw-r--r--testsuites/samples/pppd/init.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/samples/pppd/init.c b/testsuites/samples/pppd/init.c
index a11f07b0e2..4519ad64aa 100644
--- a/testsuites/samples/pppd/init.c
+++ b/testsuites/samples/pppd/init.c
@@ -1,8 +1,16 @@
+/*
+ * COPYRIGHT (c) 1989-2012.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * 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
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>