Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
net
/
foolsm
/
patches
/
100-plugin-export-dir.patch
blob: 79c3bcd8ece2af346115ed005af602cb10ff5581 [
file
] [
log
] [
blame
]
---
a
/
defs
.
h
+++
b
/
defs
.
h
@@
-
22
,
7
+
22
,
7
@@
License
:
GPLv2
#define
min
(
x
,
y
)
((
x
)<(
y
)
?
(
x
)
:
(
y
))
-#
define PLUGIN_EXPORT_DIR
"/var/lib/foolsm"
+#
define PLUGIN_EXPORT_DIR
"/tmp"
#endif