summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 1a53f96b91..8143d251d1 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
+ * src/strlcat.c: New (extracted from pppd/utils.c).
+ * src/strlcpy.c: New (extracted from pppd/utils.c).
+ * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.