diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h index 73604a98e..671050e4c 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.h,v 1.73 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: servconf.h,v 1.74 2006/07/06 10:47:05 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -111,6 +111,7 @@ typedef struct { | |||
111 | u_int num_subsystems; | 111 | u_int num_subsystems; |
112 | char *subsystem_name[MAX_SUBSYSTEMS]; | 112 | char *subsystem_name[MAX_SUBSYSTEMS]; |
113 | char *subsystem_command[MAX_SUBSYSTEMS]; | 113 | char *subsystem_command[MAX_SUBSYSTEMS]; |
114 | char *subsystem_args[MAX_SUBSYSTEMS]; | ||
114 | 115 | ||
115 | u_int num_accept_env; | 116 | u_int num_accept_env; |
116 | char *accept_env[MAX_ACCEPT_ENV]; | 117 | char *accept_env[MAX_ACCEPT_ENV]; |