Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Feb 7, 2024
1 parent a7e19d3 commit f42a2f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fm/io_interface.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#if defined(HAVE_WINDOWS_H) && !defined(_STRUCT_IOVEC)
#if defined(HAS_IOV_BASE_IOVEC)
#include <sys/uio.h>
#else
#if defined(_MSC_VER) && !defined(_STRUCT_IOVEC)
#define _STRUCT_IOVEC
struct iovec {
const void *iov_base;
size_t iov_len;
};
#endif
#endif

#ifndef _MSC_VER
#define SOCKET int
Expand Down

0 comments on commit f42a2f8

Please sign in to comment.