diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 01:57:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 01:57:03 +0000 |
commit | 93bbfce02b4ad3f51cef9b057a3959f4e091529f (patch) | |
tree | 74ac879bfe6692191144101a5683da539c539ce9 /source3/include | |
parent | 0531f4640a7a0154e35af8146ed46e47c5742574 (diff) | |
download | samba-93bbfce02b4ad3f51cef9b057a3959f4e091529f.tar.gz samba-93bbfce02b4ad3f51cef9b057a3959f4e091529f.tar.xz samba-93bbfce02b4ad3f51cef9b057a3959f4e091529f.zip |
added a function set_maxfiles() to set our file rlimit to the max
possible and return the max.
(This used to be commit 7a7b5ee1689b6be57752d176c7b77a2f1b453486)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f89b7a7ff51..0736e3f5bdc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -347,6 +347,7 @@ char *sid_to_string(pstring sidstr_out, DOM_SID *sid); BOOL string_to_sid(DOM_SID *sidout, char *sidstr); int str_checksum(const char *s); void zero_free(void *p, size_t size); +int set_maxfiles(void); /*The following definitions come from libsmb/clientgen.c */ |