Package: davfs2 Version: 1.1.2-1.1 Severity: important Tags: patch Hello,
The NMU diff file for davfs2 1.1.2-1.1 is attached here. Aníbal Monsalve Salazar -- http://v7w.com/anibal
diff -u davfs2-1.1.2/debian/changelog davfs2-1.1.2/debian/changelog --- davfs2-1.1.2/debian/changelog +++ davfs2-1.1.2/debian/changelog @@ -1,3 +1,10 @@ +davfs2 (1.1.2-1.1) unstable; urgency=medium + + * NMU. + * Defined O_FSYNC and O_ASYNC in src/cache.h (closes: #394845). + + -- Anibal Monsalve Salazar <[EMAIL PROTECTED]> Sat, 04 Nov 2006 12:17:23 +1100 + davfs2 (1.1.2-1) unstable; urgency=low * New upstream version 1.1.2. --- davfs2-1.1.2.orig/src/cache.h +++ davfs2-1.1.2/src/cache.h @@ -21,6 +21,15 @@ */ +#ifndef O_FSYNC +#define O_FSYNC 010000 +#endif + +#ifndef O_ASYNC +#define O_ASYNC 020000 +#endif + + #ifndef __DAV_CACHE_H__ #define __DAV_CACHE_H__
signature.asc
Description: Digital signature