=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/ypwhich.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/ypwhich/ypwhich.c 1996/05/21 21:32:44 1.3 --- src/usr.bin/ypwhich/ypwhich.c 1996/06/05 23:56:00 1.4 *************** *** 1,4 **** ! /* $OpenBSD: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ypwhich.c,v 1.4 1996/06/05 23:56:00 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.3 1996/05/21 21:32:44 deraadt Exp $"; #endif #include --- 34,40 ---- */ #ifndef LINT ! static char rcsid[] = "$Id: ypwhich.c,v 1.4 1996/06/05 23:56:00 deraadt Exp $"; #endif #include *************** *** 48,55 **** #include #include #include - - extern bool_t xdr_domainname(); struct ypalias { char *alias, *name; --- 48,53 ----