Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/rlogin
Module Name: src
Committed By: ginsbach
Date: Tue Dec 21 02:39:00 UTC 2004
Modified Files:
src/usr.bin/rlogin: rlogin.1 rlogin.c
Log Message:
Dead code clean up:
* The function speed(), imported from 4.4BSD-Lite2, has never been
used by NetBSD. Obtained from FreeBSD.
* Finish removing -L (litout) option. This has not been supported
since rev. 1.5 (NetBSD 1.0). The option still appeared in the
usage and man page. Obtained from FreeBSD.
* In function doit(), dead code imported from 4.4BSD-Lite2, dealing
with termios. NetBSD cracked this nut differently long before this
import. Obtained from FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.bin/rlogin/rlogin.1
cvs rdiff -r1.32 -r1.33 src/usr.bin/rlogin/rlogin.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index