aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-28 21:34:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-28 21:34:36 +0000
commit57924abe125fa52dce4dc2e84cb0a7c4dcd04579 (patch)
tree51420ad914e9ac3c0b7ab0974cf574afe4f5f715 /src/util/network.c
parent3cb045c1df8bda92f5b4f54b5f9bf4463096cac0 (diff)
downloadgnunet-57924abe125fa52dce4dc2e84cb0a7c4dcd04579.tar.gz
gnunet-57924abe125fa52dce4dc2e84cb0a7c4dcd04579.zip
train hacks
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 886813426..9b96436db 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -836,7 +836,6 @@ void
836GNUNET_NETWORK_fdset_handle_set (struct GNUNET_NETWORK_FDSet *fds, 836GNUNET_NETWORK_fdset_handle_set (struct GNUNET_NETWORK_FDSet *fds,
837 const struct GNUNET_DISK_FileHandle *h) 837 const struct GNUNET_DISK_FileHandle *h)
838{ 838{
839
840#ifdef MINGW 839#ifdef MINGW
841 HANDLE hw; 840 HANDLE hw;
842 GNUNET_DISK_internal_file_handle_ (h, &hw, sizeof (HANDLE)); 841 GNUNET_DISK_internal_file_handle_ (h, &hw, sizeof (HANDLE));