mirror of git://anongit.mindrot.org/openssh.git
- miod@cvs.openbsd.org 2003/06/25 22:39:36
[sftp-server.c] Typo police: attribute is better written with an 'r'.
This commit is contained in:
parent
502d384b74
commit
a6612d43cf
|
@ -7,6 +7,9 @@
|
||||||
[auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
|
[auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
|
||||||
monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
|
monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
|
||||||
int -> u_int; ok djm@, deraadt@, mouring@
|
int -> u_int; ok djm@, deraadt@, mouring@
|
||||||
|
- miod@cvs.openbsd.org 2003/06/25 22:39:36
|
||||||
|
[sftp-server.c]
|
||||||
|
Typo police: attribute is better written with an 'r'.
|
||||||
|
|
||||||
20030624
|
20030624
|
||||||
- (dtucker) Have configure refer the user to config.log and
|
- (dtucker) Have configure refer the user to config.log and
|
||||||
|
@ -593,4 +596,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2825 2003/06/28 02:38:01 dtucker Exp $
|
$Id: ChangeLog,v 1.2826 2003/06/28 02:39:03 dtucker Exp $
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: sftp-server.c,v 1.42 2003/04/08 20:21:29 itojun Exp $");
|
RCSID("$OpenBSD: sftp-server.c,v 1.43 2003/06/25 22:39:36 miod Exp $");
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "bufaux.h"
|
#include "bufaux.h"
|
||||||
|
@ -52,7 +52,7 @@ Buffer oqueue;
|
||||||
/* Version of client */
|
/* Version of client */
|
||||||
int version;
|
int version;
|
||||||
|
|
||||||
/* portable attibutes, etc. */
|
/* portable attributes, etc. */
|
||||||
|
|
||||||
typedef struct Stat Stat;
|
typedef struct Stat Stat;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue