]> andersk Git - openssh.git/blobdiff - sshconnect.h
- (tim) [configure.ac] Autoconf didn't define HAVE_LIBIAF because we
[openssh.git] / sshconnect.h
index c1b07390b38d155ed49988ed5938bad0b54084c4..4e66bbffc9740a25e7bd3993be46d909b0ea788a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.h,v 1.21 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: sshconnect.h,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-#ifndef SSHCONNECT_H
-#define SSHCONNECT_H
-
-#include <sys/types.h>
-
-#include <pwd.h>
 
 typedef struct Sensitive Sensitive;
 struct Sensitive {
@@ -73,5 +67,3 @@ int    ssh_local_cmd(const char *);
                    strerror(errno));                   \
        errno = save_errno;                             \
 } while (0)
-
-#endif
This page took 0.062959 seconds and 4 git commands to generate.