dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/phonet
Alexey Dobriyan 566521d637 phonet: fix compilation with gcc-3.4
CC [M]  net/phonet/af_phonet.o
net/phonet/af_phonet.c: In function `pn_socket_create':
net/phonet/af_phonet.c:38: sorry, unimplemented: inlining failed in call to 'phonet_proto_put': function body not available
net/phonet/af_phonet.c:99: sorry, unimplemented: called from here
make[3]: *** [net/phonet/af_phonet.o] Error 1

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-19 14:17:41 -08:00
..
Kconfig
Makefile Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
af_phonet.c phonet: fix compilation with gcc-3.4 2008-11-19 14:17:41 -08:00
datagram.c Phonet: Phonet datagram transport protocol 2008-09-22 20:05:57 -07:00
pep-gprs.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pep.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pn_dev.c Phonet: network device and address handling 2008-09-22 20:03:44 -07:00
pn_netlink.c Phonet: Netlink factorization and cleanup 2008-09-30 02:51:18 -07:00
socket.c Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
sysctl.c Phonet: proc interface for port range 2008-09-22 20:08:39 -07:00