=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/cu.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/tip/Attic/cu.c 2009/10/27 23:59:44 1.24 +++ src/usr.bin/tip/Attic/cu.c 2009/12/12 18:14:00 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.c,v 1.24 2009/10/27 23:59:44 deraadt Exp $ */ +/* $OpenBSD: cu.c,v 1.25 2009/12/12 18:14:00 nicm Exp $ */ /* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */ /* @@ -165,7 +165,6 @@ } setbuf(stdout, NULL); loginit(); - user_uid(); vinit(); switch (parity) { case -1: @@ -182,20 +181,17 @@ if (HW && ttysetup(BR)) { fprintf(stderr, "%s: unsupported speed %ld\n", __progname, BR); - daemon_uid(); (void)uu_unlock(uucplock); exit(3); } if (con()) { printf("Connect failed\n"); - daemon_uid(); (void)uu_unlock(uucplock); exit(1); } if (!HW && ttysetup(BR)) { fprintf(stderr, "%s: unsupported speed %ld\n", __progname, BR); - daemon_uid(); (void)uu_unlock(uucplock); exit(3); }