=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/ssh/servconf.h 2002/03/19 03:03:43 1.56 +++ src/usr.bin/ssh/servconf.h 2002/03/20 19:12:25 1.57 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.56 2002/03/19 03:03:43 stevesk Exp $ */ +/* $OpenBSD: servconf.h,v 1.57 2002/03/20 19:12:25 stevesk Exp $ */ /* * Author: Tatu Ylonen @@ -129,9 +129,6 @@ char *authorized_keys_file; /* File containing public keys */ char *authorized_keys_file2; - - int unprivileged_user; /* User unprivileged child uses */ - int unprivileged_group; /* Group unprivileged child uses */ } ServerOptions; void initialize_server_options(ServerOptions *);