summaryrefslogtreecommitdiff
path: root/gl/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/inet_ntop.c')
-rw-r--r--gl/inet_ntop.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gl/inet_ntop.c b/gl/inet_ntop.c
index be091ff913..c32c273054 100644
--- a/gl/inet_ntop.c
+++ b/gl/inet_ntop.c
@@ -1,6 +1,6 @@
/* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form
- Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -42,10 +42,6 @@
#include <string.h>
#include <errno.h>
-#ifndef EAFNOSUPPORT
-# define EAFNOSUPPORT EINVAL
-#endif
-
#define NS_IN6ADDRSZ 16
#define NS_INT16SZ 2