View | Details | Raw Unified | Return to bug 823 | Differences between
and this patch

Collapse All | Expand All

(-)sftp-server.c (+7 lines)
Lines 37-42 extern char *__progname; Link Here
37
char *__progname;
37
char *__progname;
38
#endif
38
#endif
39
39
40
#ifdef LINK_SHOULD_RETURN_EOPNOTSUPP_NOT_EPERM_ON_FAT
41
# ifdef EOPNOTSUPP
42
#  undef EOPNOTSUPP
43
# endif
44
# define EOPNOTSUPP EPERM
45
#endif
46
40
/* input and output queue */
47
/* input and output queue */
41
Buffer iqueue;
48
Buffer iqueue;
42
Buffer oqueue;
49
Buffer oqueue;

Return to bug 823