summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/socket.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 13:31:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-18 13:31:48 +0000
commit51cda9a4cdd5ab06fbee333eebf17b931cdabb36 (patch)
tree6da20b2c11455658c291afb7d3fc9b4c16f3954c /cpukit/libnetworking/sys/socket.h
parent2007-03-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-51cda9a4cdd5ab06fbee333eebf17b931cdabb36.tar.bz2
Remove __P().
Diffstat (limited to 'cpukit/libnetworking/sys/socket.h')
-rw-r--r--cpukit/libnetworking/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h
index 10894425cc..592a08af44 100644
--- a/cpukit/libnetworking/sys/socket.h
+++ b/cpukit/libnetworking/sys/socket.h
@@ -123,7 +123,7 @@ struct linger {
*/
struct socket;
struct sockwakeup {
- void (*sw_pfn) __P((struct socket *, caddr_t));
+ void (*sw_pfn)(struct socket *, caddr_t);
caddr_t sw_arg;
};