summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-19 15:33:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-19 15:33:03 +0000
commit0da0dea2248c0c97a59a91af9aee63998bbdbc40 (patch)
tree8f58c7960bdf4b8d8598efa42733a989dbb07567 /cpukit/libnetworking/ChangeLog
parent2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com> (diff)
downloadrtems-0da0dea2248c0c97a59a91af9aee63998bbdbc40.tar.bz2
2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>
* lib/tftpDriver.c: add comments to handlers struct function pointers. * rtems/rtems_glue.c: move pointer arithmetic to be _after_ pointer has been checked against NULL.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 9eba9725ae..efd9aec908 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>
+
+ * lib/tftpDriver.c: add comments to handlers struct function pointers.
+ * rtems/rtems_glue.c: move pointer arithmetic to be _after_
+ pointer has been checked against NULL.
+
2000-10-18 Chris Johns <ccj@acm.org>
* pppd/ipxcp.c: Fixed a typo.