From c07852df8136209c8c50f48ee269a81109602149 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 8 Sep 2022 09:31:18 -0700 Subject: openssh: Update to 9.0 --- pkg/openbsd/include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/openbsd') diff --git a/pkg/openbsd/include/util.h b/pkg/openbsd/include/util.h index a58c06e6..adc9b375 100644 --- a/pkg/openbsd/include/util.h +++ b/pkg/openbsd/include/util.h @@ -3,6 +3,7 @@ #define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */ +int fmt_scaled(long long, char *); int scan_scaled(char *, long long *); #endif -- cgit v1.2.3