=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/ypwhich.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -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 +1,4 @@ -/* $OpenBSD: ypwhich.c,v 1.15 2003/06/02 04:00:17 deraadt Exp $ */ +/* $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,7 +28,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypwhich.c,v 1.15 2003/06/02 04:00:17 deraadt Exp $"; +static char rcsid[] = "$Id: ypwhich.c,v 1.16 2003/07/06 23:26:18 deraadt Exp $"; #endif #include @@ -66,7 +66,9 @@ { "ethers", "ethers.byname" }, }; -void +int bind_host(char *dom, struct sockaddr_in *sin); + +static void usage(void) { fprintf(stderr,