Merge lp:~schuster/mysql-proxy/filemode into lp:mysql-proxy
Proposed by
Michael Schuster
Status: | Merged |
---|---|
Approved by: | Kay Roepke |
Approved revision: | not available |
Merge reported by: | Kay Roepke |
Merged at revision: | not available |
Proposed branch: | lp:~schuster/mysql-proxy/filemode |
Merge into: | lp:mysql-proxy |
Diff against target: |
336 lines (+219/-3) 8 files modified
src/CMakeLists.txt (+2/-0) src/Makefile.am (+3/-1) src/chassis-filemode.c (+67/-0) src/chassis-filemode.h (+28/-0) src/chassis.c (+6/-0) tests/unit/CMakeLists.txt (+16/-2) tests/unit/Makefile.am (+11/-0) tests/unit/check_chassis_filemode.c (+86/-0) |
To merge this branch: | bzr merge lp:~schuster/mysql-proxy/filemode |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jan Kneschke (community) | Approve | ||
Review via email:
|
To post a comment you must log in.
chassis.c: In function 'main_cmdline': filemode_ check'
chassis.c:509: warning: implicit declaration of function 'chassis_
chassis-filemode.c: In function 'chassis_ filemode_ check': filemode. c:44: warning: implicit declaration of function 'strerror' filemode. c:44: warning: format '%s' expects type 'char *', but argument 6 has type 'int'
chassis-
chassis-