| 185 | } |
| 186 | |
| 187 | void singleAction(UtilSvc* uSvc) |
| 188 | { |
| 189 | usage(uSvc, isc_nbackup_allowed_switches); |
| 190 | } |
| 191 | |
| 192 | // HPUX has non-posix-conformant method to return error codes from posix_fadvise(). |
| 193 | // Instead of error code, directly returned by function (like specified by posix), |