]> andersk Git - openssh.git/blobdiff - openbsd-compat/openbsd-compat.h
- (dtucker) [openbsd-compat/openbsd-compat.h] Fix prototypes, spotted by
[openssh.git] / openbsd-compat / openbsd-compat.h
index 2bcd4a1ce1bcdbd7d6d62544665c9eea59717040..7a9d0ef7272afc318dae36c920973aae9b6595ab 100644 (file)
@@ -144,6 +144,7 @@ int writev(int, struct iovec *, int);
 
 /* Home grown routines */
 #include "bsd-misc.h"
+#include "bsd-statvfs.h"
 #include "bsd-waitpid.h"
 #include "bsd-poll.h"
 
@@ -199,6 +200,14 @@ int vasprintf(char **, const char *, va_list);
 int vsnprintf(char *, size_t, const char *, va_list);
 #endif
 
+#ifndef HAVE_USER_FROM_UID
+char *user_from_uid(uid_t, int);
+#endif
+
+#ifndef HAVE_GROUP_FROM_GUID
+char *group_from_gid(gid_t, int);
+#endif
+
 void *xmmap(size_t size);
 char *xcrypt(const char *password, const char *salt);
 char *shadow_pw(struct passwd *pw);
This page took 0.074591 seconds and 4 git commands to generate.