The 2.9.25 release contains a bug that leads to the following compile error when building on Linux systems without FALLOC_FL_PUNCH_HOLE support:
nbd-server.c:1477:28: error: 'FALLOC_FL_PUNCH_HOLE' undeclared (first use in this function) The problem is use of #ifdef where #if was intended. I see that this bug has been fixed in Git almost a month ago, so I wonder whether there are any plans to release an update soon? Take care, Peter ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
