From 1b5508766b816736bc0240a259b50d16a558fab1 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 15 Jan 1997 21:18:26 +0000 Subject: [PATCH] no ifdef gnuc git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1166 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 2 -- lib/roken/roken.h.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index c3f34348c..af05c101c 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -132,10 +132,8 @@ void herror(char *s); #ifndef HAVE_INET_ATON /* Minimal implementation of inet_aton. Doesn't handle hex numbers. */ -#ifndef __GNUC__ int inet_aton(const char *cp, struct in_addr *adr); #endif -#endif #if !defined(HAVE_GETCWD) char* getcwd(char *path, size_t size); diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index c3f34348c..af05c101c 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -132,10 +132,8 @@ void herror(char *s); #ifndef HAVE_INET_ATON /* Minimal implementation of inet_aton. Doesn't handle hex numbers. */ -#ifndef __GNUC__ int inet_aton(const char *cp, struct in_addr *adr); #endif -#endif #if !defined(HAVE_GETCWD) char* getcwd(char *path, size_t size);