From 3723efcb1d5ff37771174f9b90aee40b438f34e6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 27 Nov 2001 07:23:58 +0000 Subject: [PATCH] Try to fix headers for UNICOS --- lib/inet_ntop.c | 12 +----------- lib/inet_pton.c | 10 +--------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index 9451d23d..2c0f03d6 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -15,18 +15,8 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = - "$Id$"; -#endif /* LIBC_SCCS and not lint */ -#include - -#include -#include -#include - -#include +#include "rsync.h" #define NS_INT16SZ 2 #define NS_IN6ADDRSZ 16 diff --git a/lib/inet_pton.c b/lib/inet_pton.c index 6fe8020f..41884aff 100644 --- a/lib/inet_pton.c +++ b/lib/inet_pton.c @@ -15,15 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = - "$Id$"; -#endif /* LIBC_SCCS and not lint */ - -#include - -#include -#include +#include "rsync.h" #define NS_INT16SZ 2 #define NS_INADDRSZ 4 -- 2.34.1