Author: sparky Date: Sun Mar 5 12:08:27 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - we have stdarg.h, but programs using ntfsprogs library (like testdisk) don't check for stdarg.h and it isn't included, this brakes build
---- Files affected: SOURCES: ntfsprogs-stdarg_h-required.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ntfsprogs-stdarg_h-required.patch diff -u /dev/null SOURCES/ntfsprogs-stdarg_h-required.patch:1.1 --- /dev/null Sun Mar 5 13:08:27 2006 +++ SOURCES/ntfsprogs-stdarg_h-required.patch Sun Mar 5 13:08:21 2006 @@ -0,0 +1,12 @@ +--- ntfsprogs-1.13.0/include/ntfs/logging.h~ 2006-03-05 11:42:10.000000000 +0000 ++++ ntfsprogs-1.13.0/include/ntfs/logging.h 2006-03-05 11:59:18.000000000 +0000 +@@ -26,9 +26,7 @@ + #include "config.h" + #endif + +-#ifdef HAVE_STDARG_H + #include <stdarg.h> +-#endif + + #include "types.h" + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
