head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.30 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.26 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.24 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.22 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.20 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.18 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.16 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.14 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.30 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.28 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.26 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.24 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.22 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.20 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.18 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.16 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.14 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.12 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.10 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.8 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.4 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.6 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.2 pkgviews-base:1.2 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.3 date 2006.10.14.19.33.45; author schwarz; state dead; branches; next 1.2; 1.2 date 2002.07.08.02.21.20; author kim; state Exp; branches; next 1.1; 1.1 date 99.07.26.21.19.32; author tron; state Exp; branches; next ; desc @@ 1.3 log @updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog are various bug fixes and code cleanups. @ text @$NetBSD: patch-aw,v 1.2 2002/07/08 02:21:20 kim Exp $ --- newsrc.c.orig Sun Jun 16 00:22:19 2002 +++ newsrc.c Sun Jul 7 21:33:10 2002 @@@@ -378,7 +378,7 @@@@ rc = open_file(newsrc_file, OPEN_READ); if (rc != NULL) { - fseek(rc, (off_t)0, 2); + fseek(rc, (long)0, 2); if (ftell(rc)) rewind(rc); else { @ 1.2 log @Upgrade to 6.6.4, which does not depend on an external inews program anymore. This should avoid any vulnerability issues with INN. NOTE: The text files from lib/nn can now be found in share/nn instead. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Split patches and convert to diff's unified output format. @ text @d3 3 a5 3 --- newsrc.c.orig Thu Sep 23 04:11:10 1993 +++ newsrc.c Mon Jul 26 23:11:38 1999 @@@@ -379,7 +379,7 @@@@ @