head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @ * @; 1.2 date 2013.05.18.20.23.03; author adam; state dead; branches; next 1.1; commitid WP1NJTsk3XjZv9Qw; 1.1 date 2013.02.26.14.47.16; author jperkin; state Exp; branches; next ; desc @@ 1.2 log @Changes 4.4.6: * improved sftp backend with symlink info retrieving (readlink). * new cls option -a to show dot files. * new setting cmd:cls-exact-time. * fixed NULL dereference when torrent:use-dht is off. * fixed torrent for info_hash with NUL character (broken in 4.4.4). @ text @$NetBSD: patch-lib_stdio.in.h,v 1.1 2013/02/26 14:47:16 jperkin Exp $ Remove broken gets() warning, conflicts with std::gets. --- lib/stdio.in.h.orig 2011-09-29 09:54:41.000000000 +0000 +++ lib/stdio.in.h @@@@ -715,7 +715,6 @@@@ _GL_CXXALIASWARN (gets); /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning. Assume it is always declared, since it is required by C89. */ -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif @ 1.1 log @Remove broken gets() warning, this package doesn't even call gets(). Fixes build on SunOS. @ text @d1 1 a1 1 $NetBSD$ @