瀏覽代碼

fix musl compile

Waldemar Brodkorb 12 年之前
父節點
當前提交
83ca4ceb84
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      package/cifs-utils/patches/patch-mtab_c

+ 10 - 0
package/cifs-utils/patches/patch-mtab_c

@@ -0,0 +1,10 @@
+--- cifs-utils-6.0.orig/mtab.c	2013-03-25 15:52:05.000000000 +0100
++++ cifs-utils-6.0/mtab.c	2013-09-18 10:52:53.000000000 +0200
+@@ -36,6 +36,7 @@
+ #include <time.h>
+ #include <fcntl.h>
+ #include <mntent.h>
++#include <paths.h>
+ #include <stdlib.h>
+ #include <signal.h>
+ #include "mount.h"