summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 08:50:03 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-04-14 08:50:03 +0000
commitcbd1e8799f8bcd3e083ba5a1affa8267461f256a (patch)
treec752009784973066cca83c8e10b1cc80bd77cee9 /cpukit/telnetd
parentFixed return codes of open handler. (diff)
downloadrtems-cbd1e8799f8bcd3e083ba5a1affa8267461f256a.tar.bz2
adapt copyright statements
Diffstat (limited to 'cpukit/telnetd')
-rw-r--r--cpukit/telnetd/check_passwd.c5
-rw-r--r--cpukit/telnetd/telnetd.c5
-rw-r--r--cpukit/telnetd/telnetd.h9
3 files changed, 8 insertions, 11 deletions
diff --git a/cpukit/telnetd/check_passwd.c b/cpukit/telnetd/check_passwd.c
index 46059e8936..f541a21b5d 100644
--- a/cpukit/telnetd/check_passwd.c
+++ b/cpukit/telnetd/check_passwd.c
@@ -44,15 +44,14 @@
*
* ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03
*
- * Copyright (c) 2009
+ * Copyright (c) 2009 embedded brains GmbH and others.
+ *
* embedded brains GmbH
* Obere Lagerstr. 30
* D-82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
*
- * Modified by Sebastian Huber <sebastian.huber@embedded-brains.de>.
- *
* 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.
diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c
index 772b62af08..ec6caabc6f 100644
--- a/cpukit/telnetd/telnetd.c
+++ b/cpukit/telnetd/telnetd.c
@@ -23,15 +23,14 @@
* possible to have 'telnetd' run an arbitrary 'shell'
* program.
*
- * Copyright (c) 2009
+ * Copyright (c) 2009 embedded brains GmbH and others.
+ *
* embedded brains GmbH
* Obere Lagerstr. 30
* D-82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
*
- * Modified by Sebastian Huber <sebastian.huber@embedded-brains.de>.
- *
* 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.
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index cb1ee6aa44..0e9e4fde7d 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -3,15 +3,14 @@
* May 2001
* Reworked by Till Straumann and .h overhauled by Joel Sherrill.
*
- * Copyright (c) 2009
+ * Copyright (c) 2009 embedded brains GmbH and others.
+ *
* embedded brains GmbH
* Obere Lagerstr. 30
* D-82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
*
- * Modified by Sebastian Huber <sebastian.huber@embedded-brains.de>.
- *
* 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.
@@ -23,7 +22,7 @@
#define _RTEMS_TELNETD_H
#include <rtems.h>
-#include <rtems/login.h>
+#include <rtems/shell.h>
#ifdef __cplusplus
extern "C" {
@@ -77,7 +76,7 @@ typedef struct {
*
* Method used for login checks. Use @c NULL to disable a login check.
*/
- rtems_login_check login_check;
+ rtems_shell_login_check_t login_check;
/**
* @brief Keep standard IO of the caller.