summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-04-04 11:50:08 +0200
committerUlf Hermann <[email protected]>2017-05-08 11:50:49 +0000
commit99b4bda9c43ece1987212ddccecc3102488f3b09 (patch)
tree460f780bad3d2421b8a90ec95c2192cc5032dd64 /src/ChangeLog
parent746d3918b520e6f45ecedab56e73576777d0b964 (diff)
Make unstrip compile on windows
strndupa doesn't exist, so we use strndup and free. Change-Id: Ibb3fed05bcfcf9d74b31e5695e43e08766512cbf Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1c67b57f..f3875097 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2017-05-04 Ulf Hermann <[email protected]>
+ * unstrip.c: Use strndup and free instead of strndupa.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
* stack.c: Cast pid_t to int when printing using %d.
2017-05-04 Ulf Hermann <[email protected]>