aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-09-02 05:59:11 +0800
committerlofi <lofi@FreeBSD.org>2004-09-02 05:59:11 +0800
commit77df7ce717414b921ca9b8790b5b02e1f116b4fc (patch)
treed3924ade38c333061368f75d6518b3a73273ce6b /net
parent4cb9e50faa51e3d73a348afd6eef946d695d8d81 (diff)
downloadfreebsd-ports-gnome-77df7ce717414b921ca9b8790b5b02e1f116b4fc.tar.gz
freebsd-ports-gnome-77df7ce717414b921ca9b8790b5b02e1f116b4fc.tar.zst
freebsd-ports-gnome-77df7ce717414b921ca9b8790b5b02e1f116b4fc.zip
Add a patch to fix compilation of quota support on 4-STABLE.
Submitted by: Mario Ferreira <lioux@FreeBSD.org>
Diffstat (limited to 'net')
-rw-r--r--net/samba3/files/patch-smbd_quotas.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/samba3/files/patch-smbd_quotas.c b/net/samba3/files/patch-smbd_quotas.c
new file mode 100644
index 000000000000..cbd52b0c76dc
--- /dev/null
+++ b/net/samba3/files/patch-smbd_quotas.c
@@ -0,0 +1,10 @@
+--- smbd/quotas.c.orig Wed Sep 1 17:43:45 2004
++++ smbd/quotas.c Wed Sep 1 17:44:32 2004
+@@ -938,7 +938,6 @@
+ #include <rpc/rpc.h>
+ #include <rpc/types.h>
+ #include <rpcsvc/rquota.h>
+-#include <rpc/nettype.h>
+ #include <rpc/xdr.h>
+
+ static int quotastat;