From ef5dc55983b5786d602688a596ea349b0dfdc0c8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 24 May 2007 15:51:01 +0000 Subject: r23118: Make inet_pton and inet_ntop available through lib/replace. The code for inet_pton.c and inet_ntop.c is taken from the rsync code. I will put this into 3_0 and 3_0_26 too, but let's sort the readahead issue in lib/replace of 3_0 first... Michael (This used to be commit 9781b13fd3e0c2a0aa66412c571f562c9f17dcbe) --- source4/lib/replace/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/replace/README') diff --git a/source4/lib/replace/README b/source4/lib/replace/README index 77558b2ca9..3ce1d61e82 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -54,6 +54,8 @@ strtoll strtoull socketpair strptime +inet_pton +inet_ntop Types: bool -- cgit