=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.67.2.1 retrieving revision 1.67.2.2 diff -u -r1.67.2.1 -r1.67.2.2 --- src/usr.bin/ssh/servconf.h 2004/08/19 04:13:27 1.67.2.1 +++ src/usr.bin/ssh/servconf.h 2005/03/10 17:15:04 1.67.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.67.2.1 2004/08/19 04:13:27 brad Exp $ */ +/* $OpenBSD: servconf.h,v 1.67.2.2 2005/03/10 17:15:04 brad Exp $ */ /* * Author: Tatu Ylonen @@ -43,6 +43,7 @@ u_short ports[MAX_PORTS]; /* Port number to listen on. */ char *listen_addr; /* Address on which the server listens. */ struct addrinfo *listen_addrs; /* Addresses on which the server listens. */ + int address_family; /* Address family used by the server. */ char *host_key_files[MAX_HOSTKEYS]; /* Files containing host keys. */ int num_host_key_files; /* Number of files for host keys. */ char *pid_file; /* Where to put our pid */