~ubuntu-branches/debian/sid/vsftpd/sid

« back to all changes in this revision

Viewing changes to sysstr.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-11-09 01:00:27 UTC
  • mfrom: (18.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20101109010027-8gx6r04qypxxcmbv
Tags: 2.3.2-3
Adding patch from Philipp Kern <pkern@debian.org> to fix vsftpd on
s390 (Closes: #602726).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  kVSFSysStrOpenReadOnly = 1
22
22
};
23
23
int str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode);
24
 
int str_create_append(const struct mystr* p_str);
25
24
int str_create(const struct mystr* p_str);
26
 
int str_create_overwrite(const struct mystr* p_str);
 
25
int str_create_exclusive(const struct mystr* p_str);
27
26
int str_chmod(const struct mystr* p_str, unsigned int mode);
28
27
int str_stat(const struct mystr* p_str, struct vsf_sysutil_statbuf** p_ptr);
29
28
int str_lstat(const struct mystr* p_str, struct vsf_sysutil_statbuf** p_ptr);