Displaying 1 result from an estimated 1 matches for "free_chmod_mode".
2006 Nov 21
1
rsync v2.6.9: small patch fixing NORETURN failures
...or listening.
CU Tom.
(Thomas M.Ott)
Germany
-------------- next part --------------
--- rsync-2.6.9/proto.h.orig 2006-11-07 05:39:47.000000000 +0100
+++ rsync-2.6.9/proto.h 2006-11-21 21:32:26.000000000 +0100
@@ -21,7 +21,7 @@
int tweak_mode(int mode, struct chmod_mode_struct *chmod_modes);
int free_chmod_mode(struct chmod_mode_struct *chmod_modes);
void close_all(void);
-NORETURN void _exit_cleanup(int code, const char *file, int line);
+NORETURN void _exit_cleanup(int code, const char *file, int line) NORETURN2;
void cleanup_disable(void);
void cleanup_set(char *fnametmp, char *fname, struct file_st...