diff options
-rw-r--r-- | net/samba-devel/files/patch-ah | 12 | ||||
-rw-r--r-- | net/samba/files/patch-ah | 12 | ||||
-rw-r--r-- | net/samba3/files/patch-ah | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-ah b/net/samba-devel/files/patch-ah new file mode 100644 index 000000000000..81b1f75158a4 --- /dev/null +++ b/net/samba-devel/files/patch-ah @@ -0,0 +1,12 @@ +--- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 ++++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +@@ -28,6 +28,9 @@ + extern int sslFd; + #endif /* WITH_SSL */ + ++#undef MSG_WAITALL ++#define MSG_WAITALL 0 ++ + extern int DEBUGLEVEL; + + BOOL passive = False; diff --git a/net/samba/files/patch-ah b/net/samba/files/patch-ah new file mode 100644 index 000000000000..81b1f75158a4 --- /dev/null +++ b/net/samba/files/patch-ah @@ -0,0 +1,12 @@ +--- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 ++++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +@@ -28,6 +28,9 @@ + extern int sslFd; + #endif /* WITH_SSL */ + ++#undef MSG_WAITALL ++#define MSG_WAITALL 0 ++ + extern int DEBUGLEVEL; + + BOOL passive = False; diff --git a/net/samba3/files/patch-ah b/net/samba3/files/patch-ah new file mode 100644 index 000000000000..81b1f75158a4 --- /dev/null +++ b/net/samba3/files/patch-ah @@ -0,0 +1,12 @@ +--- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 ++++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +@@ -28,6 +28,9 @@ + extern int sslFd; + #endif /* WITH_SSL */ + ++#undef MSG_WAITALL ++#define MSG_WAITALL 0 ++ + extern int DEBUGLEVEL; + + BOOL passive = False; |