summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git <rtems-devel@rtems.org>2005-09-02 15:26:27 +0000
committercvs2git <rtems-devel@rtems.org>2005-09-02 15:26:27 +0000
commite5500bec7775979be08cc5c77f670682fed00b86 (patch)
tree61793194de511cc9564bd47324b373f1ac1b5970
parent7f4f51691c65ccda0b842af5908456b0f5803399 (diff)
This commit was manufactured by cvs2svn to create tag 'network-network-demos-4-6-99-2
demos-4-6-99-2'. Sprout from master 2005-09-02 15:26:26 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2005-09-02 Joel Sherrill <joel@OARcorp.com>' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@OARcorp.com> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1 Delete: netlink/system.h
-rw-r--r--netlink/system.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/netlink/system.h b/netlink/system.h
deleted file mode 100644
index aa9e56c..0000000
--- a/netlink/system.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* system.h
- *
- * This include file contains information that is included in every
- * function in the test set.
- *
- * COPYRIGHT (c) 1989-1998.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
- */
-
-#include <tmacros.h>
-
-/* functions */
-
-rtems_task Init(
- rtems_task_argument argument
-);
-
-/* configuration information */
-
-#include <confdefs.h>
-
-/* global variables */
-
-TEST_EXTERN rtems_id Global_variable; /* example global variable */
-
-/* end of include file */