aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-23 19:37:30 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-23 19:37:30 +0000
commit5ff4dfc1a9e98f599ddc10b15ecae0b42fe5ec4c (patch)
treee7c4f4ba0788e241032ed99627aa160d73d39b11 /src/util
parentb5186ec77f177a4cca40f410debb62e27529ec9c (diff)
downloadgnunet-5ff4dfc1a9e98f599ddc10b15ecae0b42fe5ec4c.tar.gz
gnunet-5ff4dfc1a9e98f599ddc10b15ecae0b42fe5ec4c.zip
-trying to fix warnings
Diffstat (limited to 'src/util')
-rw-r--r--src/util/network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 63dfe330b..7a849b74a 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1765,7 +1765,7 @@ check_handles_status (struct GNUNET_NETWORK_FDSet *fds,
1765 int except, 1765 int except,
1766 HANDLE set_for_sure) 1766 HANDLE set_for_sure)
1767{ 1767{
1768 struct GNUNET_DISK_FileHandle *fh; 1768 const struct GNUNET_DISK_FileHandle *fh;
1769 unsigned int roff; 1769 unsigned int roff;
1770 unsigned int woff; 1770 unsigned int woff;
1771 1771
@@ -1813,7 +1813,7 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
1813 struct GNUNET_NETWORK_FDSet *efds, 1813 struct GNUNET_NETWORK_FDSet *efds,
1814 const struct GNUNET_TIME_Relative timeout) 1814 const struct GNUNET_TIME_Relative timeout)
1815{ 1815{
1816 struct GNUNET_DISK_FileHandle *fh; 1816 const struct GNUNET_DISK_FileHandle *fh;
1817 int nfds; 1817 int nfds;
1818 int handles; 1818 int handles;
1819 unsigned int i; 1819 unsigned int i;