Commit Diff
- Commit:
4aadc3984f253a733f0748c14b3f2644b50be4a4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Message:
- add the prototype for scan_scaled too in 0677399e i've re-added scan_scaled even if unused to reduce the diff with /usr/src. This causes a warning on platform that lacks that functions (everything not OpenBSD) because its prototype is missing.
- Actions:
- Patch — Tree
--- include/compat.h +++ include/compat.h @@ -57,6 +57,7 @@ #else # include "compat/ohash.h" # define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */ +int scan_scaled(char *, long long *); int fmt_scaled(long long, char *); #endif