=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/ypwhich.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/ypwhich/ypwhich.c 2015/01/16 06:40:15 1.22 --- src/usr.bin/ypwhich/ypwhich.c 2015/02/08 23:40:35 1.23 *************** *** 1,4 **** ! /* $OpenBSD: ypwhich.c,v 1.22 2015/01/16 06:40:15 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ypwhich.c,v 1.23 2015/02/08 23:40:35 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* *************** *** 158,167 **** domain = optarg; break; case 't': ! notrans++; break; case 'm': ! mode++; break; default: usage(); --- 158,167 ---- domain = optarg; break; case 't': ! notrans = 1; break; case 'm': ! mode = 1; break; default: usage();