diff options
Diffstat (limited to 'net/ossp-sa/files/patch-sa.h')
-rw-r--r-- | net/ossp-sa/files/patch-sa.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ossp-sa/files/patch-sa.h b/net/ossp-sa/files/patch-sa.h new file mode 100644 index 000000000000..71cb495c0349 --- /dev/null +++ b/net/ossp-sa/files/patch-sa.h @@ -0,0 +1,13 @@ +--- sa.h.orig Tue Apr 13 20:44:58 2004 ++++ sa.h Tue Apr 13 20:45:30 2004 +@@ -41,10 +41,6 @@ + #include "config.h" + #endif + +-/* fallback for POSIX socklen_t */ +-#if defined(HAVE_CONFIG_H) && !defined(HAVE_SOCKLEN_T) +-typedef int socklen_t; +-#endif + + /* embedding support */ + #ifdef SA_PREFIX |