[sftp-client.c]
     signed/unsigned comparison warning fix; from portable (Id sync only)
This commit is contained in:
Darren Tucker 2014-01-17 16:29:45 +11:00
Родитель c548722361
Коммит 5f1c57a7a7
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -16,6 +16,10 @@
don't have them.
- (dtucker) [configure.ac] Split AC_CHECK_FUNCS for OpenSSL functions into
separate lines and alphabetize for easier diffing of changes.
- (dtucker) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2014/01/17 00:21:06
[sftp-client.c]
signed/unsigned comparison warning fix; from portable (Id sync only)
20140118
- (djm) OpenBSD CVS Sync

Просмотреть файл

@ -1,4 +1,4 @@
/* $OpenBSD: sftp-client.c,v 1.112 2014/01/16 07:31:09 djm Exp $ */
/* $OpenBSD: sftp-client.c,v 1.113 2014/01/17 00:21:06 djm Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*