summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index e2e7ab329..6f185b4a7 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.265 2006/02/22 00:04:45 stevesk Exp $"); 43RCSID("$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
257again: 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) {