summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
commitab18c412e6773b34e4640e4b9277573fd91a66bf (patch)
treef0ab48cd9e112a4d866785d2a5b64eda39986b4e /ssh.h
parentb77870fa7341d95024e55a116a3454e9bfe2f21e (diff)
downloadopenssh-git-ab18c412e6773b34e4640e4b9277573fd91a66bf.tar.gz
- Added (untested) Entropy Gathering Daemon (EGD) support
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca>
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index ddcb5381..a91312a8 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,12 +13,14 @@ Generic header file for ssh.
*/
-/* RCSID("$Id: ssh.h,v 1.8 1999/11/08 23:28:04 damien Exp $"); */
+/* RCSID("$Id: ssh.h,v 1.9 1999/11/10 23:40:23 damien Exp $"); */
#ifndef SSH_H
#define SSH_H
-/* Added by Dan */
+#include <netinet/in.h> /* For struct sockaddr_in */
+#include <pwd.h> /* For struct pw */
+
#ifndef SHUT_RDWR
enum
{