]> andersk Git - openssh.git/blobdiff - bsd-misc.h
- Run fixpaths before install. (Andre Lucas)
[openssh.git] / bsd-misc.h
index 990dd408ea3b5338447a0b796c3fe4095b75d77c..fabaa00b30b64a3a17bf61498be295192aee6d85 100644 (file)
@@ -51,4 +51,17 @@ void setproctitle(const char *fmt, ...);
 int setenv(const char *name, const char *value, int overwrite);
 #endif /* !HAVE_SETENV */
 
+#ifndef HAVE_SETLOGIN
+int setlogin(const char *name);
+#endif /* !HAVE_SETLOGIN */
+
+#ifndef HAVE_INNETGR
+int innetgr(const char *netgroup, const char *host, 
+            const char *user, const char *domain);
+#endif /* HAVE_INNETGR */
+
+#if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID)
+int seteuid(uid_t euid);
+#endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */
+
 #endif /* _BSD_MISC_H */
This page took 0.029328 seconds and 4 git commands to generate.