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.
This commit is contained in:
Ralf Corsepius
2003-01-15 10:51:32 +00:00
parent 87bf7916f3
commit d6c3d56acd
3 changed files with 16 additions and 9 deletions

View File

@@ -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.

View File

@@ -458,10 +458,10 @@ tcp_notify(inp, error)
}
#ifdef __rtems__
#define INP_INFO_RLOCK
#define INP_INFO_RUNLOCK
#define INP_LOCK
#define INP_UNLOCK
#define INP_INFO_RLOCK(a)
#define INP_INFO_RUNLOCK(a)
#define INP_LOCK(a)
#define INP_UNLOCK(a)
#endif
static int

View File

@@ -456,10 +456,10 @@ release:
}
#ifdef __rtems__
#define INP_INFO_RLOCK
#define INP_INFO_RUNLOCK
#define INP_LOCK
#define INP_UNLOCK
#define INP_INFO_RLOCK(a)
#define INP_INFO_RUNLOCK(a)
#define INP_LOCK(a)
#define INP_UNLOCK(a)
#endif
static int