summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 10:51:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 10:51:32 +0000
commitd6c3d56acd7e964bd52ab86c8f260cfb622c4795 (patch)
treec4e03abb79584c44d8bf645d1c329334d7c5ad88 /cpukit/libnetworking/ChangeLog
parent2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d6c3d56acd7e964bd52ab86c8f260cfb622c4795.tar.bz2
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, INP_LOCK, INP_UNLOCK macros. * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, INP_LOCK, INP_UNLOCK macros.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index c32e4b3ab7..63ca432386 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,8 +1,15 @@
+2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
+ INP_LOCK, INP_UNLOCK macros.
+ * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
+ INP_LOCK, INP_UNLOCK macros.
+
2003-01-03 Jitendra Vegiraju <jvegiraju@netscape.net>
* sys/queue.h: Fix alignment problem on ARM.
-2002-11-26 Chris Johns <cjohns@cybertec.com.au>
+2003-01-03 Chris Johns <cjohns@cybertec.com.au>
* Makefile.am: Added sys/linker_set.h
* kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.