Skip to content

Commit

Permalink
Completely remove the #define setsockopt in compat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 13, 2012
1 parent e65cc21 commit dc8bfb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythbase/compat.h
Expand Up @@ -35,9 +35,6 @@
# include <io.h>
# endif

#ifdef THIS_IS_BORKED
# define setsockopt(a, b, c, d, e) setsockopt(a, b, c, (const char*)(d), e)
#endif
# undef close
# include <stdio.h> // for snprintf(), used by inline dlerror()
# include <unistd.h> // for usleep()
Expand Down

0 comments on commit dc8bfb4

Please sign in to comment.