head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.07.31.15.39.34;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2004.06.20.07.27.01;	author krion;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.11

PR:		ports/69809
Submitted by:	Radim Kolar <hsn@@netmag.cz> (maintainer)
@
text
@--- lib/fz.c.orig	Sun Mar 28 20:06:28 2004
+++ lib/fz.c	Sat Jun 19 17:22:53 2004
@@@@ -546,9 +546,6 @@@@
 {
 	if (f->type == fz_file) {
 		struct stat st;
-		if (fflush(f->f) != 0) {
-			return -1;
-		}
 		if (fstat(fileno(f->f), &st) != 0) {
 			return -1;
 		}
@


1.1
log
@Add patch to make advdef utility working

PR:		ports/68116
Submitted by:	maintainer
@
text
@@

