9
0
Fork 0
barebox/net
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
Kconfig net: Add SNTP support 2016-01-07 08:46:09 +01:00
Makefile net: Add SNTP support 2016-01-07 08:46:09 +01:00
dhcp.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
dns.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
eth.c net: eth: Remove ethaddr_param 2015-11-20 08:23:07 +01:00
ifup.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
lib.c net: Move library functions to net/lib.c 2015-07-02 09:39:57 +02:00
net.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
netconsole.c console: allow to specify the device id 2015-01-13 08:48:59 +01:00
nfs.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
nfs.h pass filename to nfs and tftp start functions 2009-10-19 10:18:51 +02:00
ping.c net: ping: return an error exit code when connection fails 2015-04-03 08:03:08 +02:00
rarp.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
sntp.c net: Add SNTP support 2016-01-07 08:46:09 +01:00