diff options
Diffstat (limited to 'net-fs/samba/files/samba-2.2.3a-proto.h.patch')
-rw-r--r-- | net-fs/samba/files/samba-2.2.3a-proto.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-fs/samba/files/samba-2.2.3a-proto.h.patch b/net-fs/samba/files/samba-2.2.3a-proto.h.patch new file mode 100644 index 000000000000..3d69b02c0fa4 --- /dev/null +++ b/net-fs/samba/files/samba-2.2.3a-proto.h.patch @@ -0,0 +1,10 @@ +--- include/proto.h.orig Sun Feb 3 00:46:40 2002 ++++ include/proto.h Mon Feb 4 12:19:20 2002 +@@ -1988,6 +1988,7 @@ + char *lp_hide_files(int ); + char *lp_veto_oplocks(int ); + char *lp_driverlocation(int ); ++char *lp_recyclebin(int ); + BOOL lp_msdfs_root(int ); + BOOL lp_autoloaded(int ); + BOOL lp_preexec_close(int ); |