diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-09-22 14:44:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-09-22 14:44:28 +0000 |
commit | a9db9d2dd75dda020314e6cdcb0f7a36c53d42e1 (patch) | |
tree | 9b3dc6d451b948714a51161acff1b95cbe77e747 /usr.bin/tip | |
parent | 88f521db858a39028d0a546c440b2d0b80038a93 (diff) |
remove the :dc: is always set behavior (use cua devices or /etc/remote
entries to override); ok deraadt awhile ago.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/tip.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index f8eddf59120..4dd693b9637 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.30 2006/08/18 03:06:18 jason Exp $ */ +/* $OpenBSD: tip.c,v 1.31 2006/09/22 14:44:27 jason Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ /* @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: tip.c,v 1.30 2006/08/18 03:06:18 jason Exp $"; +static const char rcsid[] = "$OpenBSD: tip.c,v 1.31 2006/09/22 14:44:27 jason Exp $"; #endif /* not lint */ /* @@ -65,9 +65,6 @@ main(int argc, char *argv[]) char *sys = NOSTR, sbuf[12], *p; int i; - /* XXX preserve previous braindamaged behavior */ - setboolean(value(DC), TRUE); - gid = getgid(); egid = getegid(); uid = getuid(); |