diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ | |||
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "includes.h" | 42 | #include "includes.h" |
43 | RCSID("$OpenBSD: ssh.c,v 1.265 2006/02/22 00:04:45 stevesk Exp $"); | 43 | RCSID("$OpenBSD: ssh.c,v 1.266 2006/03/12 04:23:07 djm Exp $"); |
44 | 44 | ||
45 | #include <sys/types.h> | 45 | #include <sys/types.h> |
46 | #ifdef HAVE_SYS_STAT_H | 46 | #ifdef HAVE_SYS_STAT_H |
@@ -254,7 +254,7 @@ main(int ac, char **av) | |||
254 | /* Parse command-line arguments. */ | 254 | /* Parse command-line arguments. */ |
255 | host = NULL; | 255 | host = NULL; |
256 | 256 | ||
257 | again: | 257 | again: |
258 | while ((opt = getopt(ac, av, | 258 | while ((opt = getopt(ac, av, |
259 | "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) { | 259 | "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) { |
260 | switch (opt) { | 260 | switch (opt) { |