=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- src/usr.bin/ssh/servconf.h 2009/01/22 10:02:34 1.87 +++ src/usr.bin/ssh/servconf.h 2009/10/28 16:38:18 1.88 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.87 2009/01/22 10:02:34 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.88 2009/10/28 16:38:18 reyk Exp $ */ /* * Author: Tatu Ylonen @@ -147,6 +147,8 @@ int permit_tun; int num_permitted_opens; + + int rdomain; char *chroot_directory; } ServerOptions;