summaryrefslogtreecommitdiff
path: root/gl/tests/test-netdb.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-10-14 15:52:47 +0200
committerSimon Josefsson <simon@josefsson.org>2010-10-14 15:52:47 +0200
commitdbe767085787f5fdec183749a86c279a28676cc8 (patch)
treef618faa5de5488463a8715a410915cb0ddfec04a /gl/tests/test-netdb.c
parent9b3338ea218a58adb2f573f023718be1f0372da4 (diff)
downloadgnutls-dbe767085787f5fdec183749a86c279a28676cc8.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/tests/test-netdb.c')
-rw-r--r--gl/tests/test-netdb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gl/tests/test-netdb.c b/gl/tests/test-netdb.c
index 5f2bcd4e52..697bbc8dbf 100644
--- a/gl/tests/test-netdb.c
+++ b/gl/tests/test-netdb.c
@@ -1,5 +1,5 @@
/* Test of <netdb.h> substitute.
- Copyright (C) 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008, 2010 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)
{