X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-netdb.c;h=13a8925fbe474b62d14a07e66112a906f6942906;hb=1a6fbdd7d28dff1868c5eb0baf0029b27e42526a;hp=9202c742bcf3f5a61f6feecf457af21024741b39;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/tests/test-netdb.c b/tests/test-netdb.c index 9202c742b..13a8925fb 100644 --- a/tests/test-netdb.c +++ b/tests/test-netdb.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-2008, 2010-2011 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 @@ -22,6 +22,9 @@ /* Check that the 'struct hostent' type is defined. */ struct hostent t1; +/* Check that the 'socklen_t' type is defined. */ +socklen_t t2; + int main (void) {