X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=tests%2Ftest-bind.c;h=e97be2a249e753673bb9be907f68864a689c5a37;hb=0109cf664612c71e689953161d13755807169329;hp=490c2fb47dc146356e84f7b44416e348d8d0d2d8;hpb=7ed81272c6a6fd3e37dd28c1ae4189fd649fb920;p=gnulib.git diff --git a/tests/test-bind.c b/tests/test-bind.c index 490c2fb47..e97be2a24 100644 --- a/tests/test-bind.c +++ b/tests/test-bind.c @@ -1,5 +1,5 @@ /* Test binding a server socket to a port. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ SIGNATURE_CHECK (bind, int, (int, const struct sockaddr *, socklen_t)); int main (void) { - gl_sockets_startup (SOCKETS_1_1); + (void) gl_sockets_startup (SOCKETS_1_1); /* Test behaviour for invalid file descriptors. */ {