mailing list of musl libc
 help / color / mirror / code / Atom feed
fe31cd767b99b3c2a24a5dd3ed7312202c1f1f0e blob 204 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <resolv.h>
#include "libc.h"

int __dn_comp(unsigned char *src, unsigned char *dst, int space, unsigned char **dnptrs, unsigned char **lastdnptr)
{
	return -1;
}

weak_alias(__dn_comp, dn_comp);
debug log:

solving fe31cd7 ...
found fe31cd7 in https://inbox.vuxu.org/musl/1383630154-2628-1-git-send-email-mforney@mforney.org/

applying [1/1] https://inbox.vuxu.org/musl/1383630154-2628-1-git-send-email-mforney@mforney.org/
diff --git a/src/network/dn_comp.c b/src/network/dn_comp.c
new file mode 100644
index 0000000..fe31cd7

Checking patch src/network/dn_comp.c...
Applied patch src/network/dn_comp.c cleanly.

index at:
100644 fe31cd767b99b3c2a24a5dd3ed7312202c1f1f0e	src/network/dn_comp.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).