summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 20:48:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 20:48:35 +0000
commit34b5bdb6269544fb6ee8099db0fcf4402afaa1c0 (patch)
tree246e07f8e83028fdb4d08d076b5c7f5d34155fd1 /cpukit/libcsupport/ChangeLog
parent2003-03-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-34b5bdb6269544fb6ee8099db0fcf4402afaa1c0.tar.bz2
Merger from rtems-4-6-branch.
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.