X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/8656dc507aee9c5dcb3a6ad876565f5fcac425ae..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/ident.c diff --git a/ident.c b/ident.c index 52d4542..c015331 100644 --- a/ident.c +++ b/ident.c @@ -7,7 +7,7 @@ * (c) 1999 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,12 +15,12 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -262,7 +262,7 @@ static void go(ident_request *rq) int opt; /* --- Create the socket I'll use --- */ - + if ((fd = socket(PF_INET, SOCK_STREAM, 0)) < 0) goto fail_0; memset(&sin, 0, sizeof(sin)); @@ -315,7 +315,7 @@ fail_0: void ident(ident_request *rq, sel_state *s, const struct sockaddr_in *local, - const struct sockaddr_in *remote, + const struct sockaddr_in *remote, void (*func)(ident_reply */*i*/, void */*p*/), void *p) {