=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/tip/Attic/tip.c 2006/08/18 03:06:18 1.30 +++ src/usr.bin/tip/Attic/tip.c 2006/09/22 14:44:27 1.31 @@ -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 @@ #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 */ /* @@ -64,9 +64,6 @@ { char *sys = NOSTR, sbuf[12], *p; int i; - - /* XXX preserve previous braindamaged behavior */ - setboolean(value(DC), TRUE); gid = getgid(); egid = getegid();