summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/udp_usrreq.c
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/netinet/udp_usrreq.c
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 'cpukit/libnetworking/netinet/udp_usrreq.c')
-rw-r--r--cpukit/libnetworking/netinet/udp_usrreq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/netinet/udp_usrreq.c b/cpukit/libnetworking/netinet/udp_usrreq.c
index 8e28bddc25..c748d8a03b 100644
--- a/cpukit/libnetworking/netinet/udp_usrreq.c
+++ b/cpukit/libnetworking/netinet/udp_usrreq.c
@@ -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