Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 12/12/1999 20:52:21
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Dec 13 04:52:21 UTC 1999

Modified Files:
	basesrc/usr.bin/telnet: commands.c

Log Message:
remove setuid(getuid()).  they are unnecessary as noone is going to
setuid telnet(1).

i'm not sure why it is here (maybe someone reused this code from
other setuid'ed program, or someone cut-and-pasted the code from
somewhere else?), it was from revision 1.1 (= 4.4BSD).

briefly discussed in: tech-net?


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/telnet/commands.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.