=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/ypwhich.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/ypwhich/ypwhich.c 2003/06/02 04:00:17 1.15 --- src/usr.bin/ypwhich/ypwhich.c 2003/07/06 23:26:18 1.16 *************** *** 1,4 **** ! /* $OpenBSD: ypwhich.c,v 1.15 2003/06/02 04:00:17 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ypwhich.c,v 1.16 2003/07/06 23:26:18 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* *************** *** 28,34 **** */ #ifndef LINT ! static char rcsid[] = "$Id: ypwhich.c,v 1.15 2003/06/02 04:00:17 deraadt Exp $"; #endif #include --- 28,34 ---- */ #ifndef LINT ! static char rcsid[] = "$Id: ypwhich.c,v 1.16 2003/07/06 23:26:18 deraadt Exp $"; #endif #include *************** *** 66,72 **** { "ethers", "ethers.byname" }, }; ! void usage(void) { fprintf(stderr, --- 66,74 ---- { "ethers", "ethers.byname" }, }; ! int bind_host(char *dom, struct sockaddr_in *sin); ! ! static void usage(void) { fprintf(stderr,