Skip to content

Commit

Permalink
Add OpenBSD to the list of Unixes declaring CEXIETHERNET.
Browse files Browse the repository at this point in the history
  • Loading branch information
bentley committed Jul 18, 2016
1 parent de6babb commit cdf62de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Core/Core/HW/EXI_DeviceEthernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,12 @@ class CEXIETHERNET : public IEXIDevice
OVERLAPPED mWriteOverlapped;
std::vector<u8> mWriteBuffer;
bool mWritePending;
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
int fd;
#endif

#if defined(WIN32) || defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
#if defined(WIN32) || defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
defined(__OpenBSD__)
std::thread readThread;
Common::Flag readEnabled;
Common::Flag readThreadShutdown;
Expand Down

0 comments on commit cdf62de

Please sign in to comment.