diff options
author | 2006-09-22 14:44:27 +0000 | |
---|---|---|
committer | 2006-09-22 14:44:27 +0000 | |
commit | f4ef74d40e77dd026db6626a8c1956be2cdca63e (patch) | |
tree | 387a468b542e2bfa6c607a43c994cff95971dd11 | |
parent | regen (diff) | |
download | wireguard-openbsd-f4ef74d40e77dd026db6626a8c1956be2cdca63e.tar.xz wireguard-openbsd-f4ef74d40e77dd026db6626a8c1956be2cdca63e.zip |
remove the :dc: is always set behavior (use cua devices or /etc/remote
entries to override); ok deraadt awhile ago.
-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(); |