0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 12:23:08 +00:00
Files
packages/net/cifs-utils/patches/010-no-libtalloc.patch
Rosen Penev 3e54fabd9d cifs-utils: update to 6.10
Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 21:02:58 -08:00

12 lines
225 B
Diff

--- a/data_blob.h
+++ b/data_blob.h
@@ -23,7 +23,7 @@
#ifndef _SAMBA_DATABLOB_H_
#define _SAMBA_DATABLOB_H_
-#include <talloc.h>
+//#include <talloc.h>
#include <stdint.h>
/* used to hold an arbitrary blob of data */