diff options
-rw-r--r-- | lib/canon-host.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/canon-host.c b/lib/canon-host.c index 83b2cb9ad..f302f5736 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -72,8 +72,6 @@ canon_host (host) if (he) return (char *) (he->h_name); } - -#else /* ! HAVE_GETHOSTBYNAME */ - return 0; #endif /* HAVE_GETHOSTBYNAME */ + return 0; } |