Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tarlz: add build patch for 0.24 release
``` create.cc:462:19: error: use of undeclared identifier 'major' if( (unsigned)major( st.st_rdev ) >= 2 << 20 || ^ create.cc:463:19: error: use of undeclared identifier 'minor' (unsigned)minor( st.st_rdev ) >= 2 << 20 ) ^ create.cc:466:55: error: use of undeclared identifier 'major' print_octal( header + devmajor_o, devmajor_l - 1, major( st.st_rdev ) ); ^ create.cc:467:55: error: use of undeclared identifier 'minor' print_octal( header + devminor_o, devminor_l - 1, minor( st.st_rdev ) ); ^ decode.cc:165:9: error: use of undeclared identifier 'makedev' makedev( parse_octal( header + devmajor_o, devmajor_l ), ^ decode.cc:336:23: error: use of undeclared identifier 'major' (unsigned)major( st.st_rdev ) || ^ decode.cc:338:23: error: use of undeclared identifier 'minor' (unsigned)minor( st.st_rdev ) ) ) ^ 4 errors generated. ``` Signed-off-by: Rui Chen <[email protected]>
- Loading branch information