summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-04-02 18:48:39 +0000
committerajs <ajs>2005-04-02 18:48:39 +0000
commit851adbd947692bab9985e08865330d75c56ff253 (patch)
tree3295c305da371df1c12398b7e68a9677ddc38b55 /lib/ChangeLog
parentd2fc88962a9a494ecb34167871bb9e7273a25d33 (diff)
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* str.c: Replace strlcpy and strlcat with actual working versions copied from rsync-2.6.2/lib/compat.c.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8aaf3829..c372e66c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * str.c: Replace strlcpy and strlcat with actual working versions
+ copied from rsync-2.6.2/lib/compat.c.
+
+2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* if.h: Remove define for IFINDEX_INTERNBASE and add define
IFINDEX_INTERNAL 0, since all internal (i.e. non-kernel) pseudo-
interfaces should have ifindex set to 0.