Changeset d6c3d56 in rtems
- Timestamp:
- 01/15/03 10:51:32 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9c8d2f00
- Parents:
- 87bf791
- Location:
- cpukit/libnetworking
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r87bf791 rd6c3d56 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, 4 INP_LOCK, INP_UNLOCK macros. 5 * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, 6 INP_LOCK, INP_UNLOCK macros. 7 1 8 2003-01-03 Jitendra Vegiraju <jvegiraju@netscape.net> 2 9 3 10 * sys/queue.h: Fix alignment problem on ARM. 4 11 5 200 2-11-26Chris Johns <cjohns@cybertec.com.au>12 2003-01-03 Chris Johns <cjohns@cybertec.com.au> 6 13 7 14 * Makefile.am: Added sys/linker_set.h -
cpukit/libnetworking/netinet/tcp_subr.c
r87bf791 rd6c3d56 459 459 460 460 #ifdef __rtems__ 461 #define INP_INFO_RLOCK 462 #define INP_INFO_RUNLOCK 463 #define INP_LOCK 464 #define INP_UNLOCK 461 #define INP_INFO_RLOCK(a) 462 #define INP_INFO_RUNLOCK(a) 463 #define INP_LOCK(a) 464 #define INP_UNLOCK(a) 465 465 #endif 466 466 -
cpukit/libnetworking/netinet/udp_usrreq.c
r87bf791 rd6c3d56 457 457 458 458 #ifdef __rtems__ 459 #define INP_INFO_RLOCK 460 #define INP_INFO_RUNLOCK 461 #define INP_LOCK 462 #define INP_UNLOCK 459 #define INP_INFO_RLOCK(a) 460 #define INP_INFO_RUNLOCK(a) 461 #define INP_LOCK(a) 462 #define INP_UNLOCK(a) 463 463 #endif 464 464
Note: See TracChangeset
for help on using the changeset viewer.