diff options
author | lofi <lofi@FreeBSD.org> | 2004-09-02 05:59:11 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-09-02 05:59:11 +0800 |
commit | 77df7ce717414b921ca9b8790b5b02e1f116b4fc (patch) | |
tree | d3924ade38c333061368f75d6518b3a73273ce6b /net/samba3 | |
parent | 4cb9e50faa51e3d73a348afd6eef946d695d8d81 (diff) | |
download | freebsd-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/samba3')
-rw-r--r-- | net/samba3/files/patch-smbd_quotas.c | 10 |
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; |