=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-int.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/Attic/sftp-int.c 2001/02/04 11:11:54 1.1 +++ src/usr.bin/ssh/Attic/sftp-int.c 2001/02/04 15:17:00 1.2 @@ -27,7 +27,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.1 2001/02/04 11:11:54 djm Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.2 2001/02/04 15:17:00 markus Exp $"); #include "buffer.h" #include "xmalloc.h" @@ -72,12 +72,12 @@ const struct CMD cmds[] = { { I_CHDIR, "CD" }, { I_CHDIR, "CHDIR" }, - { I_CHDIR, "LCD" }, { I_CHGRP, "CHGRP" }, { I_CHMOD, "CHMOD" }, { I_CHOWN, "CHOWN" }, { I_HELP, "HELP" }, { I_GET, "GET" }, + { I_LCHDIR, "LCD" }, { I_LCHDIR, "LCHDIR" }, { I_LLS, "LLS" }, { I_LMKDIR, "LMKDIR" },