]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-misc.h
- (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
[openssh.git] / openbsd-compat / bsd-misc.h
index aabc3955670af1f49d0306836c6bebcb53daca31..f74665350f02e63a512663eb055756924b35cd35 100644 (file)
@@ -89,6 +89,10 @@ pid_t tcgetpgrp(int);
 int tcsendbreak(int, int);
 #endif
 
+#ifndef HAVE_UNSETENV
+void unsetenv(const char *);
+#endif
+
 /* wrapper for signal interface */
 typedef void (*mysig_t)(int);
 mysig_t mysignal(int sig, mysig_t act);
This page took 0.240143 seconds and 4 git commands to generate.