[sftp-server.c]
     Typo police: attribute is better written with an 'r'.
This commit is contained in:
Darren Tucker 2003-06-28 12:39:03 +10:00
parent 502d384b74
commit a6612d43cf
2 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,9 @@
[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]
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
- (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.
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 $

View File

@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#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 "bufaux.h"
@ -52,7 +52,7 @@ Buffer oqueue;
/* Version of client */
int version;
/* portable attibutes, etc. */
/* portable attributes, etc. */
typedef struct Stat Stat;