diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-23 15:22:37 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-23 15:22:37 +0800 |
commit | 9f3b149a3258495482ea910a00eb8a7f222aa8c3 (patch) | |
tree | 2e6a5d103296050ea380cdde5dd404f9b16deff2 /net/samba3 | |
parent | 8a3d33460d76331c8d86bfc4d72c8e80b5f781a9 (diff) | |
download | freebsd-ports-gnome-9f3b149a3258495482ea910a00eb8a7f222aa8c3.tar.gz freebsd-ports-gnome-9f3b149a3258495482ea910a00eb8a7f222aa8c3.tar.zst freebsd-ports-gnome-9f3b149a3258495482ea910a00eb8a7f222aa8c3.zip |
Remove unneeded patch so port will build
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/files/patch-ah | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/samba3/files/patch-ah b/net/samba3/files/patch-ah deleted file mode 100644 index 319dc96d7944..000000000000 --- a/net/samba3/files/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/util_sock.c.orig Sat Oct 13 22:09:26 2001 -+++ lib/util_sock.c Tue Oct 16 17:19:38 2001 -@@ -28,6 +28,9 @@ - extern int sslFd; - #endif /* WITH_SSL */ - -+#undef MSG_WAITALL -+#define MSG_WAITALL 0 -+ - extern int DEBUGLEVEL; - - /* the last IP received from */ |