]> andersk Git - openssh.git/blobdiff - openbsd-compat/openbsd-compat.h
- (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
[openssh.git] / openbsd-compat / openbsd-compat.h
index f65a797a9983802c83a991d1f382b658c4b94696..2bcd4a1ce1bcdbd7d6d62544665c9eea59717040 100644 (file)
@@ -101,6 +101,11 @@ int daemon(int nochdir, int noclose);
 char *dirname(const char *path);
 #endif
 
+#ifndef HAVE_FMT_SCALED
+#define        FMT_SCALED_STRSIZE      7
+int    fmt_scaled(long long number, char *result);
+#endif
+
 #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)
 char *inet_ntoa(struct in_addr in);
 #endif
This page took 0.212107 seconds and 4 git commands to generate.