diff options
author | Ben Elliston <bje@gnu.org> | 2006-04-13 00:54:11 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-04-13 00:54:11 +0000 |
commit | 974f31928753a191275425a979b303a9acab0489 (patch) | |
tree | 9edd58fc254d0f962c3448fe70b0a92b558a6020 /lib/rlogin.exp | |
parent | d29a2499fad390ec9b7c8a9f09aa783d45212fe9 (diff) | |
download | dejagnu-974f31928753a191275425a979b303a9acab0489.zip dejagnu-974f31928753a191275425a979b303a9acab0489.tar.gz dejagnu-974f31928753a191275425a979b303a9acab0489.tar.bz2 |
* lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
Diffstat (limited to 'lib/rlogin.exp')
-rw-r--r-- | lib/rlogin.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rlogin.exp b/lib/rlogin.exp index e835fb3..a56a2c3 100644 --- a/lib/rlogin.exp +++ b/lib/rlogin.exp @@ -17,11 +17,9 @@ # along with DejaGnu; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -# # Connect to ARG using rlogin. This is for systems using rlogin to # braindead targets. It returns either the spawn_id or a -1. # - proc rlogin_open { arg } { global board_info @@ -130,7 +128,6 @@ proc rlogin_open { arg } { return $spawn_id } -# # Start CMDLINE running on DEST. Return the shell_id associated with # the command. # |