summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:40:10 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:40:10 +1100
commit574c41fdb3ff4b8eb7f121b05a08f2415ec7efec (patch)
treeda6082bcb028dd2d9df5fd1123dd8c0658fd5f7a /includes.h
parent5c853b531f3e2af1aa38d1a911529ecc9511c341 (diff)
- stevesk@cvs.openbsd.org 2006/02/20 16:36:15
[authfd.c channels.c includes.h session.c ssh-agent.c ssh.c] move #include <sys/un.h> out of includes.h; ok djm@
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h
index 1dbe16b78..ef4a269cc 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.33 2006/02/10 01:44:26 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.34 2006/02/20 16:36:14 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -102,9 +102,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
102# include <sys/bsdtty.h> 102# include <sys/bsdtty.h>
103#endif 103#endif
104#include <sys/param.h> /* For MAXPATHLEN and roundup() */ 104#include <sys/param.h> /* For MAXPATHLEN and roundup() */
105#ifdef HAVE_SYS_UN_H
106# include <sys/un.h> /* For sockaddr_un */
107#endif
108#ifdef HAVE_STDINT_H 105#ifdef HAVE_STDINT_H
109# include <stdint.h> 106# include <stdint.h>
110#endif 107#endif