forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user