- Forgot to cvs add bb_asprintf.c (from vodz' patch #50)
authorRobert Griebl <griebl@gmx.de>
Fri, 19 Jul 2002 20:27:11 +0000 (20:27 -0000)
committerRobert Griebl <griebl@gmx.de>
Fri, 19 Jul 2002 20:27:11 +0000 (20:27 -0000)
commitefd4983eb1e6a196bc9d20b0b8840b79cb0f308c
tree10aa37e6cf260cf08f88ec812a46fc6ea7444c69
parentd378c3149c6c24e7788f04a6d20ba360f3ea407e
- Forgot to cvs add bb_asprintf.c (from vodz' patch #50)
- Applied Joel Coltoff's xconnect patch:
On both my host system and with mipsel-linux for my embedded systems
the function getservbyname() gives the port number already in host order.
In fact, this is how it was used by rdate in version 0.60.3. The snapshot
I have of the development tree from July 12, 2002 takes the port number
and stuffs it into htons() before it uses it. This causes bugs in rdate,
telnet and wget. This patch fixes that.
libbb/bb_asprintf.c [new file with mode: 0644]
libbb/xconnect.c