=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/tip.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/tip/Attic/tip.c 2006/09/22 14:44:27 1.31 +++ src/usr.bin/tip/Attic/tip.c 2006/11/27 23:19:41 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.31 2006/09/22 14:44:27 jason Exp $ */ +/* $OpenBSD: tip.c,v 1.32 2006/11/27 23:19:41 mcbride 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.31 2006/09/22 14:44:27 jason Exp $"; +static const char rcsid[] = "$OpenBSD: tip.c,v 1.32 2006/11/27 23:19:41 mcbride Exp $"; #endif /* not lint */ /* @@ -64,6 +64,9 @@ { char *sys = NOSTR, sbuf[12], *p; int i; + + /* XXX preserve previous braindamaged behavior */ + setboolean(value(DC), TRUE); gid = getgid(); egid = getegid();