artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d174bb
)
Sort the sftp command list.
author
logan
<logan@openbsd.org>
Tue, 22 Apr 2014 10:07:12 +0000
(10:07 +0000)
committer
logan
<logan@openbsd.org>
Tue, 22 Apr 2014 10:07:12 +0000
(10:07 +0000)
OK from djm@
usr.bin/ssh/sftp.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sftp.c
b/usr.bin/ssh/sftp.c
index
6d84926
..
c294fa2
100644
(file)
--- a/
usr.bin/ssh/sftp.c
+++ b/
usr.bin/ssh/sftp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sftp.c,v 1.1
59 2014/04/21 14:36:16
logan Exp $ */
+/* $OpenBSD: sftp.c,v 1.1
60 2014/04/22 10:07:12
logan Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@
-130,15
+130,15
@@
enum sftp_command {
I_PUT,
I_PWD,
I_QUIT,
+ I_REGET,
I_RENAME,
+ I_REPUT,
I_RM,
I_RMDIR,
I_SHELL,
I_SYMLINK,
I_VERSION,
I_PROGRESS,
- I_REGET,
- I_REPUT
};
struct CMD {