Author: nbd Date: 2014-06-09 15:48:00 +0200 (Mon, 09 Jun 2014) New Revision: 41062
Added: trunk/package/system/mountd/patches/050-no_error_h.patch Log: mountd: remove a bogus include to fix compile with musl Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/system/mountd/patches/050-no_error_h.patch =================================================================== --- trunk/package/system/mountd/patches/050-no_error_h.patch (rev 0) +++ trunk/package/system/mountd/patches/050-no_error_h.patch 2014-06-09 13:48:00 UTC (rev 41062) @@ -0,0 +1,10 @@ +--- a/lib/fs.c ++++ b/lib/fs.c +@@ -2,7 +2,6 @@ + #include <unistd.h> + #include <stdlib.h> + #include <string.h> +-#include <error.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
