diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 21:59:11 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 21:59:11 +0000 |
commit | d956ad3a7b4ea6cfe3168bef612953ca2758f609 (patch) | |
tree | fc96297fd6bf6414bc95f77021c25391bd4170dc /net/samba3 | |
parent | df960250aff4a03e2685d1b667d10d4a32fe6ec2 (diff) |
Notes
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; |