=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/ypwhich.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/ypwhich/ypwhich.c 2002/07/19 03:20:17 1.13 --- src/usr.bin/ypwhich/ypwhich.c 2002/08/04 00:51:14 1.14 *************** *** 1,4 **** ! /* $OpenBSD: ypwhich.c,v 1.13 2002/07/19 03:20:17 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ypwhich.c,v 1.14 2002/08/04 00:51:14 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* *************** *** 34,40 **** */ #ifndef LINT ! static char rcsid[] = "$Id: ypwhich.c,v 1.13 2002/07/19 03:20:17 deraadt Exp $"; #endif #include --- 34,40 ---- */ #ifndef LINT ! static char rcsid[] = "$Id: ypwhich.c,v 1.14 2002/08/04 00:51:14 deraadt Exp $"; #endif #include *************** *** 215,221 **** usage(); if (host != NULL) ! client = yp_bind_host(host,YPPROG,YPVERS,0,1); if (argv[0]) { map = argv[0]; --- 215,221 ---- usage(); if (host != NULL) ! client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); if (argv[0]) { map = argv[0];