head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.1 date 2003.06.28.13.20.35; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.06.28.13.20.35; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.47.24; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @add missing patch file to CVS @ text @--- ca/prof_asn1.c.dist 2003-06-18 15:01:46.000000000 +0200 +++ ca/prof_asn1.c 2003-06-18 15:03:23.000000000 +0200 @@@@ -432,8 +432,8 @@@@ cp = ASN1_next(buf); j=ASN1_length(cp+1,&k); - pos+=j+k+1; - if(fsetpos(cpf->fp,&pos)) goto error; + if(fseek(cpf->fp,j+k+1,SEEK_CUR)) goto error; + if(fgetpos(cpf->fp,&pos)) goto error; }while(1); @ 1.1.2.1 log @file aica.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:47:24 +0000 @ text @d1 13 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 13 --- ca/prof_asn1.c.dist 2003-06-18 15:01:46.000000000 +0200 +++ ca/prof_asn1.c 2003-06-18 15:03:23.000000000 +0200 @@@@ -432,8 +432,8 @@@@ cp = ASN1_next(buf); j=ASN1_length(cp+1,&k); - pos+=j+k+1; - if(fsetpos(cpf->fp,&pos)) goto error; + if(fseek(cpf->fp,j+k+1,SEEK_CUR)) goto error; + if(fgetpos(cpf->fp,&pos)) goto error; }while(1); @